Html Css Color HEX #441D20 Bulgarian Rose

📋 copy color: '#441D20'

red 68 ◦ green 29 ◦ blue 32

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

Shades of Bulgarian Rose #441D20

Tints of Bulgarian Rose #441D20

RGB

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

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

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

R = 52.71%
G = 22.48%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#441D20 (or 0x441D20) is known color: Bulgarian Rose. HEX triplet: 44, 1D and 20. RGB value is (68,29,32). Sum of RGB (Red+Green+Blue) = 68+29+32=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D20 is #BBE2DF. Grayscale: #292929. Windows color (decimal): -12313312 or 2104644. OLE color: 2104644.

HSL color Cylindrical-coordinate representation of color #441D20: hue angle of 355.38º degrees, saturation: 0.4, 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 #441D20 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 32 -
CMYK 0 0.57 0.53 0.73
HSL 355.38º 0.4% 0.19% -
HSV(B) 355.38º 0.57% 0.27% -
XYZ 3.08 2.21 1.63 -
YUV 41 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 68 29 32 0 0.57 0.53 0.73 355.38 0.4 0.19
Hex 44 1D 20 0 39 35 49 163 28 13
Octal 104 35 40 0 71 65 111 543 50 23
Binary 1000100 11101 100000 0 111001 110101 1001001 101100011 101000 10011

Color Harmonies of #441D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D20

Black with #441D20

Text Example


Text Example

White with #441D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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