Html Css Color HEX #431921 Bordeaux

📋 copy color: '#431921'

red 67 ◦ green 25 ◦ blue 33

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

Shades of Bordeaux #431921

Tints of Bordeaux #431921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20%

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

R = 53.6%
G = 20%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#431921 (or 0x431921) is known color: Bordeaux. HEX triplet: 43, 19 and 21. RGB value is (67,25,33). Sum of RGB (Red+Green+Blue) = 67+25+33=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431921 is #BCE6DE. Grayscale: #262626. Windows color (decimal): -12379871 or 2169155. OLE color: 2169155.

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

Color convert

RGB 67 25 33 -
CMYK 0 0.63 0.51 0.74
HSL 348.57º 0.46% 0.18% -
HSV(B) 348.57º 0.63% 0.26% -
XYZ 2.94 2 1.67 -
YUV 38.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 67 25 33 0 0.63 0.51 0.74 348.57 0.46 0.18
Hex 43 19 21 0 3F 33 4A 15D 2E 12
Octal 103 31 41 0 77 63 112 535 56 22
Binary 1000011 11001 100001 0 111111 110011 1001010 101011101 101110 10010

Color Harmonies of #431921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431921

Black with #431921

Text Example


Text Example

White with #431921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431921; }

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

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

background-color css

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

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

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

border-color css

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

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

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