Html Css Color HEX #482224 Bulgarian Rose

📋 copy color: '#482224'

red 72 ◦ green 34 ◦ blue 36

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

Shades of Bulgarian Rose #482224

Tints of Bulgarian Rose #482224

RGB

 RED value IS 72 (28.52% from 255) = 50.7%

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

 BLUE value IS 36 (14.45% from 255) = 25.35%

R = 50.7%
G = 23.94%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#482224 (or 0x482224) is known color: Bulgarian Rose. HEX triplet: 48, 22 and 24. RGB value is (72,34,36). Sum of RGB (Red+Green+Blue) = 72+34+36=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482224 is #B7DDDB. Grayscale: #2D2D2D. Windows color (decimal): -12049884 or 2368072. OLE color: 2368072.

HSL color Cylindrical-coordinate representation of color #482224: hue angle of 356.84º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482224 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 36 -
CMYK 0 0.53 0.5 0.72
HSL 356.84º 0.36% 0.21% -
HSV(B) 356.84º 0.53% 0.28% -
XYZ 3.56 2.65 1.99 -
YUV 45.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 72 34 36 0 0.53 0.5 0.72 356.84 0.36 0.21
Hex 48 22 24 0 35 32 48 165 24 15
Octal 110 42 44 0 65 62 110 545 44 25
Binary 1001000 100010 100100 0 110101 110010 1001000 101100101 100100 10101

Color Harmonies of #482224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482224

Black with #482224

Text Example


Text Example

White with #482224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482224; }

 p { color: rgb(72,34,36); }

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

background-color css

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

 a { background-color: rgb(72,34,36); }

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

border-color css

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

 span { border-color: rgb(72,34,36); }

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