Html Css Color HEX #431323 Bordeaux

📋 copy color: '#431323'

red 67 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #431323

Tints of Bordeaux #431323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 35 (14.06% from 255) = 28.93%

R = 55.37%
G = 15.7%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#431323 (or 0x431323) is known color: Bordeaux. HEX triplet: 43, 13 and 23. RGB value is (67,19,35). Sum of RGB (Red+Green+Blue) = 67+19+35=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431323 is #BCECDC. Grayscale: #232323. Windows color (decimal): -12381405 or 2298691. OLE color: 2298691.

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

Color convert

RGB 67 19 35 -
CMYK 0 0.72 0.48 0.74
HSL 340º 0.56% 0.17% -
HSV(B) 340º 0.72% 0.26% -
XYZ 2.85 1.78 1.78 -
YUV 35.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 67 19 35 0 0.72 0.48 0.74 340 0.56 0.17
Hex 43 13 23 0 48 30 4A 154 38 11
Octal 103 23 43 0 110 60 112 524 70 21
Binary 1000011 10011 100011 0 1001000 110000 1001010 101010100 111000 10001

Color Harmonies of #431323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431323

Black with #431323

Text Example


Text Example

White with #431323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431323; }

 p { color: rgb(67,19,35); }

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

background-color css

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

 a { background-color: rgb(67,19,35); }

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

border-color css

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

 span { border-color: rgb(67,19,35); }

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