#4B1713

Color #4B1713 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #4B1713

Tints of Red Oxide #4B1713

Color information

#4B1713 (or 0x4B1713) is unknown color: approx Red Oxide. HEX triplet: 4B, 17 and 13. RGB value is (75,23,19). Sum of RGB (Red+Green+Blue) = 75+23+19=117 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.10% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1713 is #B4E8EC. Grayscale: #262626. Windows color (decimal): -11856109 or 1251147. OLE color: 1251147.

HSL color Cylindrical-coordinate representation of color #4B1713: hue angle of 4.29º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1713 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB752319-
CMYK00.690.750.71
HSL4.29º59.57%18.43%-
HSV(B)4.29º74.67%29.41%-
XYZ3.332.160.86-
YUV38.09117.23154.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.10%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=64.10%
G=19.66%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75231900.690.750.714.2959.5718.43
Hex4B17130454B4743c12
Octal1132723010511310747422
Binary10010111011110011010001011001011100011110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B1713; }

 p { color: rgb(75,23,19); }

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

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

 a { background-color: rgb(75,23,19); }

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

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

 span { border-color: rgb(75,23,19); }

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