#482126

Color #482126 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #482126

Tints of Bulgarian Rose #482126

Color information

#482126 (or 0x482126) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 21 and 26. RGB value is (72,33,38). Sum of RGB (Red+Green+Blue) = 72+33+38=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482126 is #B7DED9. Grayscale: #2D2D2D. Windows color (decimal): -12050138 or 2498888. OLE color: 2498888.

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

Color convert

RGB723338-
CMYK00.540.470.72
HSL352.31º37.14%20.59%-
HSV(B)352.31º54.17%28.24%-
XYZ3.572.612.15-
YUV45.23123.92147.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=50.35%
G=23.08%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72333800.540.470.72352.3137.1420.59
Hex4821260362F481602515
Octal1104146066571105404525
Binary10010001000011001100110110101111100100010110000010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482126; }

 p { color: rgb(72,33,38); }

 H1.HeaderClassName
 {
   color: #482126;
 }
 .AnyTagClassName
 {
   color: #482126;
 }
</style>
background-color css

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

 a { background-color: rgb(72,33,38); }

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

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

 span { border-color: rgb(72,33,38); }

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