Html Css Color HEX #420319 Bordeaux

📋 copy color: '#420319'

red 66 ◦ green 3 ◦ blue 25

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

Shades of Bordeaux #420319

Tints of Bordeaux #420319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

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

R = 70.21%
G = 3.19%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#420319 (or 0x420319) is known color: Bordeaux. HEX triplet: 42, 03 and 19. RGB value is (66,3,25). Sum of RGB (Red+Green+Blue) = 66+3+25=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #420319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420319 is #BDFCE6. Grayscale: #181818. Windows color (decimal): -12451047 or 1639234. OLE color: 1639234.

HSL color Cylindrical-coordinate representation of color #420319: hue angle of 339.05º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420319 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 3 25 -
CMYK 0 0.95 0.62 0.74
HSL 339.05º 0.91% 0.14% -
HSV(B) 339.05º 0.95% 0.26% -
XYZ 2.45 1.29 1.04 -
YUV 24.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 66 3 25 0 0.95 0.62 0.74 339.05 0.91 0.14
Hex 42 3 19 0 5F 3E 4A 153 5B E
Octal 102 3 31 0 137 76 112 523 133 16
Binary 1000010 11 11001 0 1011111 111110 1001010 101010011 1011011 1110

Color Harmonies of #420319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420319

Black with #420319

Text Example


Text Example

White with #420319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420319; }

 p { color: rgb(66,3,25); }

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

background-color css

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

 a { background-color: rgb(66,3,25); }

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

border-color css

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

 span { border-color: rgb(66,3,25); }

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