Html Css Color HEX #431222 Bordeaux

📋 copy color: '#431222'

red 67 ◦ green 18 ◦ blue 34

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

Shades of Bordeaux #431222

Tints of Bordeaux #431222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

 BLUE value IS 34 (13.67% from 255) = 28.57%

R = 56.3%
G = 15.13%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.74

RGB Variations

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

Color information

#431222 (or 0x431222) is known color: Bordeaux. HEX triplet: 43, 12 and 22. RGB value is (67,18,34). Sum of RGB (Red+Green+Blue) = 67+18+34=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #431222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431222 is #BCEDDD. Grayscale: #222222. Windows color (decimal): -12381662 or 2232899. OLE color: 2232899.

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

Color convert

RGB 67 18 34 -
CMYK 0 0.73 0.49 0.74
HSL 340.41º 0.58% 0.17% -
HSV(B) 340.41º 0.73% 0.26% -
XYZ 2.82 1.74 1.7 -
YUV 34.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 67 18 34 0 0.73 0.49 0.74 340.41 0.58 0.17
Hex 43 12 22 0 49 31 4A 154 3A 11
Octal 103 22 42 0 111 61 112 524 72 21
Binary 1000011 10010 100010 0 1001001 110001 1001010 101010100 111010 10001

Color Harmonies of #431222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431222

Black with #431222

Text Example


Text Example

White with #431222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431222; }

 p { color: rgb(67,18,34); }

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

background-color css

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

 a { background-color: rgb(67,18,34); }

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

border-color css

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

 span { border-color: rgb(67,18,34); }

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