Html Css Color HEX #431524 Bordeaux

📋 copy color: '#431524'

red 67 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #431524

Tints of Bordeaux #431524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.03%

R = 54.03%
G = 16.94%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#431524 (or 0x431524) is known color: Bordeaux. HEX triplet: 43, 15 and 24. RGB value is (67,21,36). Sum of RGB (Red+Green+Blue) = 67+21+36=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431524 is #BCEADB. Grayscale: #242424. Windows color (decimal): -12380892 or 2364739. OLE color: 2364739.

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

Color convert

RGB 67 21 36 -
CMYK 0 0.69 0.46 0.74
HSL 340.43º 0.52% 0.17% -
HSV(B) 340.43º 0.69% 0.26% -
XYZ 2.9 1.86 1.87 -
YUV 36.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 67 21 36 0 0.69 0.46 0.74 340.43 0.52 0.17
Hex 43 15 24 0 45 2E 4A 154 34 11
Octal 103 25 44 0 105 56 112 524 64 21
Binary 1000011 10101 100100 0 1000101 101110 1001010 101010100 110100 10001

Color Harmonies of #431524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431524

Black with #431524

Text Example


Text Example

White with #431524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431524; }

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

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

background-color css

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

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

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

border-color css

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

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

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