Html Css Color HEX #431822 Bordeaux

📋 copy color: '#431822'

red 67 ◦ green 24 ◦ blue 34

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

Shades of Bordeaux #431822

Tints of Bordeaux #431822

RGB

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

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

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

R = 53.6%
G = 19.2%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.74

RGB Variations

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

Color information

#431822 (or 0x431822) is known color: Bordeaux. HEX triplet: 43, 18 and 22. RGB value is (67,24,34). Sum of RGB (Red+Green+Blue) = 67+24+34=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431822 is #BCE7DD. Grayscale: #262626. Windows color (decimal): -12380126 or 2234435. OLE color: 2234435.

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

Color convert

RGB 67 24 34 -
CMYK 0 0.64 0.49 0.74
HSL 346.05º 0.47% 0.18% -
HSV(B) 346.05º 0.64% 0.26% -
XYZ 2.93 1.96 1.74 -
YUV 38 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 67 24 34 0 0.64 0.49 0.74 346.05 0.47 0.18
Hex 43 18 22 0 40 31 4A 15A 2F 12
Octal 103 30 42 0 100 61 112 532 57 22
Binary 1000011 11000 100010 0 1000000 110001 1001010 101011010 101111 10010

Color Harmonies of #431822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431822

Black with #431822

Text Example


Text Example

White with #431822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431822; }

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

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

background-color css

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

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

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

border-color css

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

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

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