#44252A

Color #44252A Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #44252A

Tints of Bulgarian Rose #44252A

Color information

#44252A (or 0x44252A) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 25 and 2A. RGB value is (68,37,42). Sum of RGB (Red+Green+Blue) = 68+37+42=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #44252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44252A is #BBDAD5. Grayscale: #2E2E2E. Windows color (decimal): -12311254 or 2762052. OLE color: 2762052.

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

Color convert

RGB683742-
CMYK00.460.380.73
HSL350.32º29.52%20.59%-
HSV(B)350.32º45.59%26.67%-
XYZ3.462.722.53-
YUV46.84125.27143.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=46.26%
G=25.17%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68374200.460.380.73350.3229.5220.59
Hex44252A02E264915e1e15
Octal1044552056461115363625
Binary1000100100101101010010111010011010010011010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44252A;
 }
 .AnyTagClassName
 {
   color: #44252A;
 }
</style>
background-color css

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

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

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

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

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

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