Html Css Color HEX #482728 Bulgarian Rose

📋 copy color: '#482728'

red 72 ◦ green 39 ◦ blue 40

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

Shades of Bulgarian Rose #482728

Tints of Bulgarian Rose #482728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.83%

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

R = 47.68%
G = 25.83%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#482728 (or 0x482728) is known color: Bulgarian Rose. HEX triplet: 48, 27 and 28. RGB value is (72,39,40). Sum of RGB (Red+Green+Blue) = 72+39+40=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #482728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482728 is #B7D8D7. Grayscale: #313131. Windows color (decimal): -12048600 or 2631496. OLE color: 2631496.

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

Color convert

RGB 72 39 40 -
CMYK 0 0.46 0.44 0.72
HSL 358.18º 0.3% 0.22% -
HSV(B) 358.18º 0.46% 0.28% -
XYZ 3.78 2.98 2.38 -
YUV 48.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 72 39 40 0 0.46 0.44 0.72 358.18 0.3 0.22
Hex 48 27 28 0 2E 2C 48 166 1E 16
Octal 110 47 50 0 56 54 110 546 36 26
Binary 1001000 100111 101000 0 101110 101100 1001000 101100110 11110 10110

Color Harmonies of #482728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482728

Black with #482728

Text Example


Text Example

White with #482728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482728; }

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

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

background-color css

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

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

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

border-color css

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

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

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