Html Css Color HEX #431D20 Bulgarian Rose

📋 copy color: '#431D20'

red 67 ◦ green 29 ◦ blue 32

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

Shades of Bulgarian Rose #431D20

Tints of Bulgarian Rose #431D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.66%

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

R = 52.34%
G = 22.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#431D20 (or 0x431D20) is known color: Bulgarian Rose. HEX triplet: 43, 1D and 20. RGB value is (67,29,32). Sum of RGB (Red+Green+Blue) = 67+29+32=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D20 is #BCE2DF. Grayscale: #282828. Windows color (decimal): -12378848 or 2104643. OLE color: 2104643.

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

Color convert

RGB 67 29 32 -
CMYK 0 0.57 0.52 0.74
HSL 355.26º 0.4% 0.19% -
HSV(B) 355.26º 0.57% 0.26% -
XYZ 3.01 2.18 1.63 -
YUV 40.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 67 29 32 0 0.57 0.52 0.74 355.26 0.4 0.19
Hex 43 1D 20 0 39 34 4A 163 28 13
Octal 103 35 40 0 71 64 112 543 50 23
Binary 1000011 11101 100000 0 111001 110100 1001010 101100011 101000 10011

Color Harmonies of #431D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D20

Black with #431D20

Text Example


Text Example

White with #431D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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