Html Css Color HEX #482328 Bulgarian Rose

📋 copy color: '#482328'

red 72 ◦ green 35 ◦ blue 40

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

Shades of Bulgarian Rose #482328

Tints of Bulgarian Rose #482328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.81%

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

R = 48.98%
G = 23.81%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#482328 (or 0x482328) is known color: Bulgarian Rose. HEX triplet: 48, 23 and 28. RGB value is (72,35,40). Sum of RGB (Red+Green+Blue) = 72+35+40=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482328 is #B7DCD7. Grayscale: #2E2E2E. Windows color (decimal): -12049624 or 2630472. OLE color: 2630472.

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

Color convert

RGB 72 35 40 -
CMYK 0 0.51 0.44 0.72
HSL 351.89º 0.35% 0.21% -
HSV(B) 351.89º 0.51% 0.28% -
XYZ 3.66 2.73 2.34 -
YUV 46.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 72 35 40 0 0.51 0.44 0.72 351.89 0.35 0.21
Hex 48 23 28 0 33 2C 48 160 23 15
Octal 110 43 50 0 63 54 110 540 43 25
Binary 1001000 100011 101000 0 110011 101100 1001000 101100000 100011 10101

Color Harmonies of #482328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482328

Black with #482328

Text Example


Text Example

White with #482328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482328; }

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

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

background-color css

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

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

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

border-color css

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

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

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