Html Css Color HEX #44252A Bulgarian Rose

📋 copy color: '#44252A'

red 68 ◦ green 37 ◦ blue 42

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

Shades of Bulgarian Rose #44252A

Tints of Bulgarian Rose #44252A

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.8% from 255) = 28.57%

R = 46.26%
G = 25.17%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#44252A (or 0x44252A) is known color: 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

RGB 68 37 42 -
CMYK 0 0.46 0.38 0.73
HSL 350.32º 0.3% 0.21% -
HSV(B) 350.32º 0.46% 0.27% -
XYZ 3.46 2.72 2.53 -
YUV 46.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 68 37 42 0 0.46 0.38 0.73 350.32 0.3 0.21
Hex 44 25 2A 0 2E 26 49 15E 1E 15
Octal 104 45 52 0 56 46 111 536 36 25
Binary 1000100 100101 101010 0 101110 100110 1001001 101011110 11110 10101

Color Harmonies of #44252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44252A

Black with #44252A

Text Example


Text Example

White with #44252A

Text Example


Text Example

HTML Codes & Css Web 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>