Html Css Color HEX #482324 Bulgarian Rose

📋 copy color: '#482324'

red 72 ◦ green 35 ◦ blue 36

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

Shades of Bulgarian Rose #482324

Tints of Bulgarian Rose #482324

RGB

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

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

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

R = 50.35%
G = 24.48%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#482324 (or 0x482324) is known color: Bulgarian Rose. HEX triplet: 48, 23 and 24. RGB value is (72,35,36). Sum of RGB (Red+Green+Blue) = 72+35+36=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482324 is #B7DCDB. Grayscale: #2E2E2E. Windows color (decimal): -12049628 or 2368328. OLE color: 2368328.

HSL color Cylindrical-coordinate representation of color #482324: hue angle of 358.38º 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 #482324 is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 36 -
CMYK 0 0.51 0.5 0.72
HSL 358.38º 0.35% 0.21% -
HSV(B) 358.38º 0.51% 0.28% -
XYZ 3.59 2.71 2 -
YUV 46.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 72 35 36 0 0.51 0.5 0.72 358.38 0.35 0.21
Hex 48 23 24 0 33 32 48 166 23 15
Octal 110 43 44 0 63 62 110 546 43 25
Binary 1001000 100011 100100 0 110011 110010 1001000 101100110 100011 10101

Color Harmonies of #482324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482324

Black with #482324

Text Example


Text Example

White with #482324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482324; }

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

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

background-color css

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

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

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

border-color css

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

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

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