Html Css Color HEX #451E20 Bulgarian Rose

📋 copy color: '#451E20'

red 69 ◦ green 30 ◦ blue 32

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

Shades of Bulgarian Rose #451E20

Tints of Bulgarian Rose #451E20

RGB

 RED value IS 69 (27.34% from 255) = 52.67%

 GREEN value IS 30 (12.11% from 255) = 22.9%

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

R = 52.67%
G = 22.9%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#451E20 (or 0x451E20) is known color: Bulgarian Rose. HEX triplet: 45, 1E and 20. RGB value is (69,30,32). Sum of RGB (Red+Green+Blue) = 69+30+32=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #451E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E20 is #BAE1DF. Grayscale: #292929. Windows color (decimal): -12247520 or 2104901. OLE color: 2104901.

HSL color Cylindrical-coordinate representation of color #451E20: hue angle of 356.92º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #451E20 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 30 32 -
CMYK 0 0.57 0.54 0.73
HSL 356.92º 0.39% 0.19% -
HSV(B) 356.92º 0.57% 0.27% -
XYZ 3.18 2.3 1.64 -
YUV 41.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 69 30 32 0 0.57 0.54 0.73 356.92 0.39 0.19
Hex 45 1E 20 0 39 36 49 165 27 13
Octal 105 36 40 0 71 66 111 545 47 23
Binary 1000101 11110 100000 0 111001 110110 1001001 101100101 100111 10011

Color Harmonies of #451E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E20

Black with #451E20

Text Example


Text Example

White with #451E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451E20; }

 p { color: rgb(69,30,32); }

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

background-color css

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

 a { background-color: rgb(69,30,32); }

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

border-color css

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

 span { border-color: rgb(69,30,32); }

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