Html Css Color HEX #44292A Bulgarian Rose

📋 copy color: '#44292A'

red 68 ◦ green 41 ◦ blue 42

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

Shades of Bulgarian Rose #44292A

Tints of Bulgarian Rose #44292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.15%

 BLUE value IS 42 (16.8% from 255) = 27.81%

R = 45.03%
G = 27.15%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#44292A (or 0x44292A) is known color: Bulgarian Rose. HEX triplet: 44, 29 and 2A. RGB value is (68,41,42). Sum of RGB (Red+Green+Blue) = 68+41+42=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #44292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44292A is #BBD6D5. Grayscale: #313131. Windows color (decimal): -12310230 or 2763076. OLE color: 2763076.

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

Color convert

RGB 68 41 42 -
CMYK 0 0.40 0.38 0.73
HSL 357.78º 0.25% 0.21% -
HSV(B) 357.78º 0.4% 0.27% -
XYZ 3.59 2.98 2.58 -
YUV 49.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 68 41 42 0 0.40 0.38 0.73 357.78 0.25 0.21
Hex 44 29 2A 0 28 26 49 166 19 15
Octal 104 51 52 0 50 46 111 546 31 25
Binary 1000100 101001 101010 0 101000 100110 1001001 101100110 11001 10101

Color Harmonies of #44292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44292A

Black with #44292A

Text Example


Text Example

White with #44292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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