Html Css Color HEX #431924 Bordeaux

📋 copy color: '#431924'

red 67 ◦ green 25 ◦ blue 36

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

Shades of Bordeaux #431924

Tints of Bordeaux #431924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

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

R = 52.34%
G = 19.53%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#431924 (or 0x431924) is known color: Bordeaux. HEX triplet: 43, 19 and 24. RGB value is (67,25,36). Sum of RGB (Red+Green+Blue) = 67+25+36=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431924 is #BCE6DB. Grayscale: #262626. Windows color (decimal): -12379868 or 2365763. OLE color: 2365763.

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

Color convert

RGB 67 25 36 -
CMYK 0 0.63 0.46 0.74
HSL 344.29º 0.46% 0.18% -
HSV(B) 344.29º 0.63% 0.26% -
XYZ 2.98 2.02 1.9 -
YUV 38.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 67 25 36 0 0.63 0.46 0.74 344.29 0.46 0.18
Hex 43 19 24 0 3F 2E 4A 158 2E 12
Octal 103 31 44 0 77 56 112 530 56 22
Binary 1000011 11001 100100 0 111111 101110 1001010 101011000 101110 10010

Color Harmonies of #431924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431924

Black with #431924

Text Example


Text Example

White with #431924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431924; }

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

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

background-color css

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

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

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

border-color css

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

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

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