Html Css Color HEX #450C19 Bordeaux

📋 copy color: '#450C19'

red 69 ◦ green 12 ◦ blue 25

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

Shades of Bordeaux #450C19

Tints of Bordeaux #450C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.32%

 BLUE value IS 25 (10.16% from 255) = 23.58%

R = 65.09%
G = 11.32%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#450C19 (or 0x450C19) is known color: Bordeaux. HEX triplet: 45, 0C and 19. RGB value is (69,12,25). Sum of RGB (Red+Green+Blue) = 69+12+25=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #450C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450C19 is #BAF3E6. Grayscale: #1E1E1E. Windows color (decimal): -12252135 or 1641541. OLE color: 1641541.

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

Color convert

RGB 69 12 25 -
CMYK 0 0.83 0.64 0.73
HSL 346.32º 0.7% 0.16% -
HSV(B) 346.32º 0.83% 0.27% -
XYZ 2.76 1.6 1.08 -
YUV 30.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 69 12 25 0 0.83 0.64 0.73 346.32 0.7 0.16
Hex 45 C 19 0 53 40 49 15A 46 10
Octal 105 14 31 0 123 100 111 532 106 20
Binary 1000101 1100 11001 0 1010011 1000000 1001001 101011010 1000110 10000

Color Harmonies of #450C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450C19

Black with #450C19

Text Example


Text Example

White with #450C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,12,25); }

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

background-color css

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

 a { background-color: rgb(69,12,25); }

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

border-color css

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

 span { border-color: rgb(69,12,25); }

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