Html Css Color HEX #431820 Bordeaux

📋 copy color: '#431820'

red 67 ◦ green 24 ◦ blue 32

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

Shades of Bordeaux #431820

Tints of Bordeaux #431820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.51%

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

R = 54.47%
G = 19.51%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#431820 (or 0x431820) is known color: Bordeaux. HEX triplet: 43, 18 and 20. RGB value is (67,24,32). Sum of RGB (Red+Green+Blue) = 67+24+32=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431820 is #BCE7DF. Grayscale: #252525. Windows color (decimal): -12380128 or 2103363. OLE color: 2103363.

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

Color convert

RGB 67 24 32 -
CMYK 0 0.64 0.52 0.74
HSL 348.84º 0.47% 0.18% -
HSV(B) 348.84º 0.64% 0.26% -
XYZ 2.9 1.95 1.59 -
YUV 37.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 67 24 32 0 0.64 0.52 0.74 348.84 0.47 0.18
Hex 43 18 20 0 40 34 4A 15D 2F 12
Octal 103 30 40 0 100 64 112 535 57 22
Binary 1000011 11000 100000 0 1000000 110100 1001010 101011101 101111 10010

Color Harmonies of #431820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431820

Black with #431820

Text Example


Text Example

White with #431820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431820; }

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

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

background-color css

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

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

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

border-color css

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

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

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