Html Css Color HEX #431721 Bordeaux

📋 copy color: '#431721'

red 67 ◦ green 23 ◦ blue 33

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

Shades of Bordeaux #431721

Tints of Bordeaux #431721

RGB

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

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

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

R = 54.47%
G = 18.7%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#431721 (or 0x431721) is known color: Bordeaux. HEX triplet: 43, 17 and 21. RGB value is (67,23,33). Sum of RGB (Red+Green+Blue) = 67+23+33=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431721 is #BCE8DE. Grayscale: #252525. Windows color (decimal): -12380383 or 2168643. OLE color: 2168643.

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

Color convert

RGB 67 23 33 -
CMYK 0 0.66 0.51 0.74
HSL 346.36º 0.49% 0.18% -
HSV(B) 346.36º 0.66% 0.26% -
XYZ 2.9 1.92 1.66 -
YUV 37.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 67 23 33 0 0.66 0.51 0.74 346.36 0.49 0.18
Hex 43 17 21 0 42 33 4A 15A 31 12
Octal 103 27 41 0 102 63 112 532 61 22
Binary 1000011 10111 100001 0 1000010 110011 1001010 101011010 110001 10010

Color Harmonies of #431721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431721

Black with #431721

Text Example


Text Example

White with #431721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431721; }

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

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

background-color css

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

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

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

border-color css

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

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

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