Html Css Color HEX #482329 Bulgarian Rose

📋 copy color: '#482329'

red 72 ◦ green 35 ◦ blue 41

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

Shades of Bulgarian Rose #482329

Tints of Bulgarian Rose #482329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.7%

R = 48.65%
G = 23.65%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#482329 (or 0x482329) is known color: Bulgarian Rose. HEX triplet: 48, 23 and 29. RGB value is (72,35,41). Sum of RGB (Red+Green+Blue) = 72+35+41=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #482329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482329 is #B7DCD6. Grayscale: #2E2E2E. Windows color (decimal): -12049623 or 2696008. OLE color: 2696008.

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

Color convert

RGB 72 35 41 -
CMYK 0 0.51 0.43 0.72
HSL 350.27º 0.35% 0.21% -
HSV(B) 350.27º 0.51% 0.28% -
XYZ 3.67 2.74 2.43 -
YUV 46.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 72 35 41 0 0.51 0.43 0.72 350.27 0.35 0.21
Hex 48 23 29 0 33 2B 48 15E 23 15
Octal 110 43 51 0 63 53 110 536 43 25
Binary 1001000 100011 101001 0 110011 101011 1001000 101011110 100011 10101

Color Harmonies of #482329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482329

Black with #482329

Text Example


Text Example

White with #482329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482329; }

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

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

background-color css

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

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

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

border-color css

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

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

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