Html Css Color HEX #482425 Bulgarian Rose

📋 copy color: '#482425'

red 72 ◦ green 36 ◦ blue 37

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

Shades of Bulgarian Rose #482425

Tints of Bulgarian Rose #482425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 49.66%
G = 24.83%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#482425 (or 0x482425) is known color: Bulgarian Rose. HEX triplet: 48, 24 and 25. RGB value is (72,36,37). Sum of RGB (Red+Green+Blue) = 72+36+37=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482425 is #B7DBDA. Grayscale: #2E2E2E. Windows color (decimal): -12049371 or 2434120. OLE color: 2434120.

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

Color convert

RGB 72 36 37 -
CMYK 0 0.5 0.49 0.72
HSL 358.33º 0.33% 0.21% -
HSV(B) 358.33º 0.5% 0.28% -
XYZ 3.64 2.77 2.09 -
YUV 46.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 72 36 37 0 0.5 0.49 0.72 358.33 0.33 0.21
Hex 48 24 25 0 32 31 48 166 21 15
Octal 110 44 45 0 62 61 110 546 41 25
Binary 1001000 100100 100101 0 110010 110001 1001000 101100110 100001 10101

Color Harmonies of #482425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482425

Black with #482425

Text Example


Text Example

White with #482425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482425; }

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

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

background-color css

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

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

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

border-color css

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

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

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