#611402

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

Shades of Red Oxide #611402

Tints of Red Oxide #611402

Color information

#611402 (or 0x611402) is unknown color: approx Red Oxide. HEX triplet: 61, 14 and 02. RGB value is (97,20,2). Sum of RGB (Red+Green+Blue) = 97+20+2=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #611402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611402 is #9EEBFD. Grayscale: #292929. Windows color (decimal): -10415102 or 136289. OLE color: 136289.

HSL color Cylindrical-coordinate representation of color #611402: hue angle of 11.37º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #611402 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB97202-
CMYK00.790.980.62
HSL11.37º95.96%19.41%-
HSV(B)11.37º97.94%38.04%-
XYZ5.193.050.37-
YUV40.97106.01167.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 81.51%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=81.51%
G=16.81%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9720200.790.980.6211.3795.9619.41
Hex6114204F623Eb6013
Octal1412420117142761314023
Binary110000110100100100111111000101111101011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611402; }

 p { color: rgb(97,20,2); }

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

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

 a { background-color: rgb(97,20,2); }

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

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

 span { border-color: rgb(97,20,2); }

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