Html Css Color HEX #482428 Bulgarian Rose

📋 copy color: '#482428'

red 72 ◦ green 36 ◦ blue 40

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

Shades of Bulgarian Rose #482428

Tints of Bulgarian Rose #482428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.32%

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 48.65%
G = 24.32%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#482428 (or 0x482428) is known color: Bulgarian Rose. HEX triplet: 48, 24 and 28. RGB value is (72,36,40). Sum of RGB (Red+Green+Blue) = 72+36+40=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #482428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482428 is #B7DBD7. Grayscale: #2F2F2F. Windows color (decimal): -12049368 or 2630728. OLE color: 2630728.

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

Color convert

RGB 72 36 40 -
CMYK 0 0.5 0.44 0.72
HSL 353.33º 0.33% 0.21% -
HSV(B) 353.33º 0.5% 0.28% -
XYZ 3.69 2.79 2.35 -
YUV 47.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 72 36 40 0 0.5 0.44 0.72 353.33 0.33 0.21
Hex 48 24 28 0 32 2C 48 161 21 15
Octal 110 44 50 0 62 54 110 541 41 25
Binary 1001000 100100 101000 0 110010 101100 1001000 101100001 100001 10101

Color Harmonies of #482428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482428

Black with #482428

Text Example


Text Example

White with #482428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482428; }

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

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

background-color css

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

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

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

border-color css

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

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

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