Html Css Color HEX #441E20 Bulgarian Rose

📋 copy color: '#441E20'

red 68 ◦ green 30 ◦ blue 32

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

Shades of Bulgarian Rose #441E20

Tints of Bulgarian Rose #441E20

RGB

 RED value IS 68 (26.95% from 255) = 52.31%

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

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

R = 52.31%
G = 23.08%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#441E20 (or 0x441E20) is known color: Bulgarian Rose. HEX triplet: 44, 1E and 20. RGB value is (68,30,32). Sum of RGB (Red+Green+Blue) = 68+30+32=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #441E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E20 is #BBE1DF. Grayscale: #292929. Windows color (decimal): -12313056 or 2104900. OLE color: 2104900.

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

Color convert

RGB 68 30 32 -
CMYK 0 0.56 0.53 0.73
HSL 356.84º 0.39% 0.19% -
HSV(B) 356.84º 0.56% 0.27% -
XYZ 3.11 2.26 1.64 -
YUV 41.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 68 30 32 0 0.56 0.53 0.73 356.84 0.39 0.19
Hex 44 1E 20 0 38 35 49 165 27 13
Octal 104 36 40 0 70 65 111 545 47 23
Binary 1000100 11110 100000 0 111000 110101 1001001 101100101 100111 10011

Color Harmonies of #441E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E20

Black with #441E20

Text Example


Text Example

White with #441E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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