Html Css Color HEX #442729 Bulgarian Rose

📋 copy color: '#442729'

red 68 ◦ green 39 ◦ blue 41

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

Shades of Bulgarian Rose #442729

Tints of Bulgarian Rose #442729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 45.95%
G = 26.35%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#442729 (or 0x442729) is known color: Bulgarian Rose. HEX triplet: 44, 27 and 29. RGB value is (68,39,41). Sum of RGB (Red+Green+Blue) = 68+39+41=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442729 is #BBD8D6. Grayscale: #2F2F2F. Windows color (decimal): -12310743 or 2697028. OLE color: 2697028.

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

Color convert

RGB 68 39 41 -
CMYK 0 0.43 0.40 0.73
HSL 355.86º 0.27% 0.21% -
HSV(B) 355.86º 0.43% 0.27% -
XYZ 3.51 2.84 2.46 -
YUV 47.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 68 39 41 0 0.43 0.40 0.73 355.86 0.27 0.21
Hex 44 27 29 0 2B 28 49 164 1B 15
Octal 104 47 51 0 53 50 111 544 33 25
Binary 1000100 100111 101001 0 101011 101000 1001001 101100100 11011 10101

Color Harmonies of #442729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442729

Black with #442729

Text Example


Text Example

White with #442729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442729; }

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

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

background-color css

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

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

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

border-color css

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

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

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