Html Css Color HEX #442225 Bulgarian Rose

📋 copy color: '#442225'

red 68 ◦ green 34 ◦ blue 37

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

Shades of Bulgarian Rose #442225

Tints of Bulgarian Rose #442225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 48.92%
G = 24.46%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#442225 (or 0x442225) is known color: Bulgarian Rose. HEX triplet: 44, 22 and 25. RGB value is (68,34,37). Sum of RGB (Red+Green+Blue) = 68+34+37=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #442225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442225 is #BBDDDA. Grayscale: #2C2C2C. Windows color (decimal): -12312027 or 2433604. OLE color: 2433604.

HSL color Cylindrical-coordinate representation of color #442225: hue angle of 354.71º 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 #442225 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 37 -
CMYK 0 0.50 0.46 0.73
HSL 354.71º 0.33% 0.2% -
HSV(B) 354.71º 0.5% 0.27% -
XYZ 3.29 2.51 2.06 -
YUV 44.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 68 34 37 0 0.50 0.46 0.73 354.71 0.33 0.2
Hex 44 22 25 0 32 2E 49 163 21 14
Octal 104 42 45 0 62 56 111 543 41 24
Binary 1000100 100010 100101 0 110010 101110 1001001 101100011 100001 10100

Color Harmonies of #442225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442225

Black with #442225

Text Example


Text Example

White with #442225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442225; }

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

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

background-color css

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

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

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

border-color css

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

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

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