Html Css Color HEX #450F1A Bordeaux

📋 copy color: '#450F1A'

red 69 ◦ green 15 ◦ blue 26

#450F1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #450F1A

Tints of Bordeaux #450F1A

RGB

 RED value IS 69 (27.34% from 255) = 62.73%

 GREEN value IS 15 (6.25% from 255) = 13.64%

 BLUE value IS 26 (10.55% from 255) = 23.64%

R = 62.73%
G = 13.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#450F1A (or 0x450F1A) is known color: Bordeaux. HEX triplet: 45, 0F and 1A. RGB value is (69,15,26). Sum of RGB (Red+Green+Blue) = 69+15+26=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F1A is #BAF0E5. Grayscale: #202020. Windows color (decimal): -12251366 or 1707845. OLE color: 1707845.

HSL color Cylindrical-coordinate representation of color #450F1A: hue angle of 347.78º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #450F1A is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 15 26 -
CMYK 0 0.78 0.62 0.73
HSL 347.78º 0.64% 0.16% -
HSV(B) 347.78º 0.78% 0.27% -
XYZ 2.81 1.68 1.15 -
YUV 32.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 69 15 26 0 0.78 0.62 0.73 347.78 0.64 0.16
Hex 45 F 1A 0 4E 3E 49 15C 40 10
Octal 105 17 32 0 116 76 111 534 100 20
Binary 1000101 1111 11010 0 1001110 111110 1001001 101011100 1000000 10000

Color Harmonies of #450F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450F1A

Black with #450F1A

Text Example


Text Example

White with #450F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450F1A; }

 p { color: rgb(69,15,26); }

 H1.HeaderClassName
 {
   color: #450F1A;
 }
 .AnyTagClassName
 {
   color: #450F1A;
 }
</style>

background-color css

<style>
 a { background-color: #450F1A; }

 a { background-color: rgb(69,15,26); }

 div.DivClassName
 {
   background-color: #450F1A;
 }
 .BgClassName
 {
   background-color: #450F1A;
 }
</style>

border-color css

<style>
 span { border-color: #450F1A; }

 span { border-color: rgb(69,15,26); }

 td.TdClassName
 {
   border-color: #450F1A;
 }
 .TagClassName
 {
   border-color: #450F1A;
 }
</style>