Html Css Color HEX #431223 Bordeaux

📋 copy color: '#431223'

red 67 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #431223

Tints of Bordeaux #431223

RGB

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

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

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

R = 55.83%
G = 15%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#431223 (or 0x431223) is known color: Bordeaux. HEX triplet: 43, 12 and 23. RGB value is (67,18,35). Sum of RGB (Red+Green+Blue) = 67+18+35=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #431223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431223 is #BCEDDC. Grayscale: #222222. Windows color (decimal): -12381661 or 2298435. OLE color: 2298435.

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

Color convert

RGB 67 18 35 -
CMYK 0 0.73 0.48 0.74
HSL 339.18º 0.58% 0.17% -
HSV(B) 339.18º 0.73% 0.26% -
XYZ 2.83 1.75 1.78 -
YUV 34.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 67 18 35 0 0.73 0.48 0.74 339.18 0.58 0.17
Hex 43 12 23 0 49 30 4A 153 3A 11
Octal 103 22 43 0 111 60 112 523 72 21
Binary 1000011 10010 100011 0 1001001 110000 1001010 101010011 111010 10001

Color Harmonies of #431223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431223

Black with #431223

Text Example


Text Example

White with #431223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431223; }

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

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

background-color css

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

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

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

border-color css

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

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

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