Html Css Color HEX #431821 Bordeaux

📋 copy color: '#431821'

red 67 ◦ green 24 ◦ blue 33

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

Shades of Bordeaux #431821

Tints of Bordeaux #431821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 54.03%
G = 19.35%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#431821 (or 0x431821) is known color: Bordeaux. HEX triplet: 43, 18 and 21. RGB value is (67,24,33). Sum of RGB (Red+Green+Blue) = 67+24+33=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431821 is #BCE7DE. Grayscale: #252525. Windows color (decimal): -12380127 or 2168899. OLE color: 2168899.

HSL color Cylindrical-coordinate representation of color #431821: hue angle of 347.44º 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 #431821 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 24 33 -
CMYK 0 0.64 0.51 0.74
HSL 347.44º 0.47% 0.18% -
HSV(B) 347.44º 0.64% 0.26% -
XYZ 2.92 1.96 1.66 -
YUV 37.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 67 24 33 0 0.64 0.51 0.74 347.44 0.47 0.18
Hex 43 18 21 0 40 33 4A 15B 2F 12
Octal 103 30 41 0 100 63 112 533 57 22
Binary 1000011 11000 100001 0 1000000 110011 1001010 101011011 101111 10010

Color Harmonies of #431821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431821

Black with #431821

Text Example


Text Example

White with #431821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431821; }

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

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

background-color css

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

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

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

border-color css

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

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

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