Html Css Color HEX #431922 Bordeaux

📋 copy color: '#431922'

red 67 ◦ green 25 ◦ blue 34

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

Shades of Bordeaux #431922

Tints of Bordeaux #431922

RGB

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

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

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

R = 53.17%
G = 19.84%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.74

RGB Variations

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

Color information

#431922 (or 0x431922) is known color: Bordeaux. HEX triplet: 43, 19 and 22. RGB value is (67,25,34). Sum of RGB (Red+Green+Blue) = 67+25+34=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #431922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431922 is #BCE6DD. Grayscale: #262626. Windows color (decimal): -12379870 or 2234691. OLE color: 2234691.

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

Color convert

RGB 67 25 34 -
CMYK 0 0.63 0.49 0.74
HSL 347.14º 0.46% 0.18% -
HSV(B) 347.14º 0.63% 0.26% -
XYZ 2.95 2 1.74 -
YUV 38.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 67 25 34 0 0.63 0.49 0.74 347.14 0.46 0.18
Hex 43 19 22 0 3F 31 4A 15B 2E 12
Octal 103 31 42 0 77 61 112 533 56 22
Binary 1000011 11001 100010 0 111111 110001 1001010 101011011 101110 10010

Color Harmonies of #431922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431922

Black with #431922

Text Example


Text Example

White with #431922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431922; }

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

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

background-color css

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

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

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

border-color css

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

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

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