Html Css Color HEX #431720 Bordeaux

📋 copy color: '#431720'

red 67 ◦ green 23 ◦ blue 32

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

Shades of Bordeaux #431720

Tints of Bordeaux #431720

RGB

 RED value IS 67 (26.56% from 255) = 54.92%

 GREEN value IS 23 (9.38% from 255) = 18.85%

 BLUE value IS 32 (12.89% from 255) = 26.23%

R = 54.92%
G = 18.85%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#431720 (or 0x431720) is known color: Bordeaux. HEX triplet: 43, 17 and 20. RGB value is (67,23,32). Sum of RGB (Red+Green+Blue) = 67+23+32=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431720 is #BCE8DF. Grayscale: #252525. Windows color (decimal): -12380384 or 2103107. OLE color: 2103107.

HSL color Cylindrical-coordinate representation of color #431720: hue angle of 347.73º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431720 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 23 32 -
CMYK 0 0.66 0.52 0.74
HSL 347.73º 0.49% 0.18% -
HSV(B) 347.73º 0.66% 0.26% -
XYZ 2.88 1.91 1.58 -
YUV 37.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 67 23 32 0 0.66 0.52 0.74 347.73 0.49 0.18
Hex 43 17 20 0 42 34 4A 15C 31 12
Octal 103 27 40 0 102 64 112 534 61 22
Binary 1000011 10111 100000 0 1000010 110100 1001010 101011100 110001 10010

Color Harmonies of #431720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431720

Black with #431720

Text Example


Text Example

White with #431720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431720; }

 p { color: rgb(67,23,32); }

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

background-color css

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

 a { background-color: rgb(67,23,32); }

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

border-color css

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

 span { border-color: rgb(67,23,32); }

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