Html Css Color HEX #482325 Bulgarian Rose

📋 copy color: '#482325'

red 72 ◦ green 35 ◦ blue 37

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

Shades of Bulgarian Rose #482325

Tints of Bulgarian Rose #482325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 50%
G = 24.31%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#482325 (or 0x482325) is known color: Bulgarian Rose. HEX triplet: 48, 23 and 25. RGB value is (72,35,37). Sum of RGB (Red+Green+Blue) = 72+35+37=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482325 is #B7DCDA. Grayscale: #2E2E2E. Windows color (decimal): -12049627 or 2433864. OLE color: 2433864.

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

Color convert

RGB 72 35 37 -
CMYK 0 0.51 0.49 0.72
HSL 356.76º 0.35% 0.21% -
HSV(B) 356.76º 0.51% 0.28% -
XYZ 3.61 2.71 2.08 -
YUV 46.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 72 35 37 0 0.51 0.49 0.72 356.76 0.35 0.21
Hex 48 23 25 0 33 31 48 165 23 15
Octal 110 43 45 0 63 61 110 545 43 25
Binary 1001000 100011 100101 0 110011 110001 1001000 101100101 100011 10101

Color Harmonies of #482325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482325

Black with #482325

Text Example


Text Example

White with #482325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482325; }

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

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

background-color css

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

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

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

border-color css

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

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

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