Html Css Color HEX #431C20 Bordeaux

📋 copy color: '#431C20'

red 67 ◦ green 28 ◦ blue 32

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

Shades of Bordeaux #431C20

Tints of Bordeaux #431C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.05%

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

R = 52.76%
G = 22.05%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#431C20 (or 0x431C20) is known color: Bordeaux. HEX triplet: 43, 1C and 20. RGB value is (67,28,32). Sum of RGB (Red+Green+Blue) = 67+28+32=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C20 is #BCE3DF. Grayscale: #282828. Windows color (decimal): -12379104 or 2104387. OLE color: 2104387.

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

Color convert

RGB 67 28 32 -
CMYK 0 0.58 0.52 0.74
HSL 353.85º 0.41% 0.19% -
HSV(B) 353.85º 0.58% 0.26% -
XYZ 2.99 2.13 1.62 -
YUV 40.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 67 28 32 0 0.58 0.52 0.74 353.85 0.41 0.19
Hex 43 1C 20 0 3A 34 4A 162 29 13
Octal 103 34 40 0 72 64 112 542 51 23
Binary 1000011 11100 100000 0 111010 110100 1001010 101100010 101001 10011

Color Harmonies of #431C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C20

Black with #431C20

Text Example


Text Example

White with #431C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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