Html Css Color HEX #442529 Bulgarian Rose

📋 copy color: '#442529'

red 68 ◦ green 37 ◦ blue 41

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

Shades of Bulgarian Rose #442529

Tints of Bulgarian Rose #442529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 46.58%
G = 25.34%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#442529 (or 0x442529) is known color: Bulgarian Rose. HEX triplet: 44, 25 and 29. RGB value is (68,37,41). Sum of RGB (Red+Green+Blue) = 68+37+41=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #442529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442529 is #BBDAD6. Grayscale: #2E2E2E. Windows color (decimal): -12311255 or 2696516. OLE color: 2696516.

HSL color Cylindrical-coordinate representation of color #442529: hue angle of 352.26º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #442529 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 37 41 -
CMYK 0 0.46 0.40 0.73
HSL 352.26º 0.3% 0.21% -
HSV(B) 352.26º 0.46% 0.27% -
XYZ 3.45 2.71 2.44 -
YUV 46.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 68 37 41 0 0.46 0.40 0.73 352.26 0.3 0.21
Hex 44 25 29 0 2E 28 49 160 1E 15
Octal 104 45 51 0 56 50 111 540 36 25
Binary 1000100 100101 101001 0 101110 101000 1001001 101100000 11110 10101

Color Harmonies of #442529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442529

Black with #442529

Text Example


Text Example

White with #442529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442529; }

 p { color: rgb(68,37,41); }

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

background-color css

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

 a { background-color: rgb(68,37,41); }

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

border-color css

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

 span { border-color: rgb(68,37,41); }

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