Html Css Color HEX #482327 Bulgarian Rose

📋 copy color: '#482327'

red 72 ◦ green 35 ◦ blue 39

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

Shades of Bulgarian Rose #482327

Tints of Bulgarian Rose #482327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 49.32%
G = 23.97%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#482327 (or 0x482327) is known color: Bulgarian Rose. HEX triplet: 48, 23 and 27. RGB value is (72,35,39). Sum of RGB (Red+Green+Blue) = 72+35+39=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482327 is #B7DCD8. Grayscale: #2E2E2E. Windows color (decimal): -12049625 or 2564936. OLE color: 2564936.

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

Color convert

RGB 72 35 39 -
CMYK 0 0.51 0.46 0.72
HSL 353.51º 0.35% 0.21% -
HSV(B) 353.51º 0.51% 0.28% -
XYZ 3.64 2.73 2.25 -
YUV 46.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 72 35 39 0 0.51 0.46 0.72 353.51 0.35 0.21
Hex 48 23 27 0 33 2E 48 162 23 15
Octal 110 43 47 0 63 56 110 542 43 25
Binary 1001000 100011 100111 0 110011 101110 1001000 101100010 100011 10101

Color Harmonies of #482327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482327

Black with #482327

Text Example


Text Example

White with #482327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482327; }

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

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

background-color css

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

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

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

border-color css

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

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

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