Html Css Color HEX #431520 Bordeaux

📋 copy color: '#431520'

red 67 ◦ green 21 ◦ blue 32

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

Shades of Bordeaux #431520

Tints of Bordeaux #431520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

 BLUE value IS 32 (12.89% from 255) = 26.67%

R = 55.83%
G = 17.5%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#431520 (or 0x431520) is known color: Bordeaux. HEX triplet: 43, 15 and 20. RGB value is (67,21,32). Sum of RGB (Red+Green+Blue) = 67+21+32=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #431520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431520 is #BCEADF. Grayscale: #242424. Windows color (decimal): -12380896 or 2102595. OLE color: 2102595.

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

Color convert

RGB 67 21 32 -
CMYK 0 0.69 0.52 0.74
HSL 345.65º 0.52% 0.17% -
HSV(B) 345.65º 0.69% 0.26% -
XYZ 2.84 1.83 1.57 -
YUV 36.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 67 21 32 0 0.69 0.52 0.74 345.65 0.52 0.17
Hex 43 15 20 0 45 34 4A 15A 34 11
Octal 103 25 40 0 105 64 112 532 64 21
Binary 1000011 10101 100000 0 1000101 110100 1001010 101011010 110100 10001

Color Harmonies of #431520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431520

Black with #431520

Text Example


Text Example

White with #431520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431520; }

 p { color: rgb(67,21,32); }

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

background-color css

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

 a { background-color: rgb(67,21,32); }

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

border-color css

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

 span { border-color: rgb(67,21,32); }

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