Html Css Color HEX #442227 Bulgarian Rose

📋 copy color: '#442227'

red 68 ◦ green 34 ◦ blue 39

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

Shades of Bulgarian Rose #442227

Tints of Bulgarian Rose #442227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 48.23%
G = 24.11%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#442227 (or 0x442227) is known color: Bulgarian Rose. HEX triplet: 44, 22 and 27. RGB value is (68,34,39). Sum of RGB (Red+Green+Blue) = 68+34+39=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442227 is #BBDDD8. Grayscale: #2C2C2C. Windows color (decimal): -12312025 or 2564676. OLE color: 2564676.

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

Color convert

RGB 68 34 39 -
CMYK 0 0.50 0.43 0.73
HSL 351.18º 0.33% 0.2% -
HSV(B) 351.18º 0.5% 0.27% -
XYZ 3.32 2.52 2.23 -
YUV 44.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 68 34 39 0 0.50 0.43 0.73 351.18 0.33 0.2
Hex 44 22 27 0 32 2B 49 15F 21 14
Octal 104 42 47 0 62 53 111 537 41 24
Binary 1000100 100010 100111 0 110010 101011 1001001 101011111 100001 10100

Color Harmonies of #442227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442227

Black with #442227

Text Example


Text Example

White with #442227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442227; }

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

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

background-color css

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

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

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

border-color css

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

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

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