Html Css Color HEX #420018 Bordeaux

📋 copy color: '#420018'

red 66 ◦ green 0 ◦ blue 24

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

Shades of Bordeaux #420018

Tints of Bordeaux #420018

RGB

 RED value IS 66 (26.17% from 255) = 73.33%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 26.67%

R = 73.33%
G = 0%
B = 26.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#420018 (or 0x420018) is known color: Bordeaux. HEX triplet: 42, 00 and 18. RGB value is (66,0,24). Sum of RGB (Red+Green+Blue) = 66+0+24=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #420018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420018 is #BDFFE7. Grayscale: #161616. Windows color (decimal): -12451816 or 1572930. OLE color: 1572930.

HSL color Cylindrical-coordinate representation of color #420018: hue angle of 338.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420018 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 0 24 -
CMYK 0 1 0.64 0.74
HSL 338.18º 1% 0.13% -
HSV(B) 338.18º 1% 0.26% -
XYZ 2.41 1.22 0.97 -
YUV 22.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 66 0 24 0 1 0.64 0.74 338.18 1 0.13
Hex 42 0 18 0 64 40 4A 152 64 D
Octal 102 0 30 0 144 100 112 522 144 15
Binary 1000010 0 11000 0 1100100 1000000 1001010 101010010 1100100 1101

Color Harmonies of #420018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420018

Black with #420018

Text Example


Text Example

White with #420018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420018; }

 p { color: rgb(66,0,24); }

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

background-color css

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

 a { background-color: rgb(66,0,24); }

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

border-color css

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

 span { border-color: rgb(66,0,24); }

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