#650B02

Color #650B02 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #650B02

Tints of Maroon #650B02

Color information

#650B02 (or 0x650B02) is unknown color: approx Maroon. HEX triplet: 65, 0B and 02. RGB value is (101,11,2). Sum of RGB (Red+Green+Blue) = 101+11+2=114 (15% of max value = 765). Red value is 101 (39.84% from 255 or 88.60% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 101 - color contains mainly: red. Hex color #650B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650B02 is #9AF4FD. Grayscale: #252525. Windows color (decimal): -10155262 or 133989. OLE color: 133989.

HSL color Cylindrical-coordinate representation of color #650B02: hue angle of 5.45º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650B02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB101112-
CMYK00.890.980.60
HSL5.45º96.12%20.2%-
HSV(B)5.45º98.02%39.61%-
XYZ5.53.010.35-
YUV36.88108.32173.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 88.60%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=88.60%
G=9.65%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10111200.890.980.605.4596.1220.2
Hex65B2059623C56014
Octal145132013114274514024
Binary1100101101110010110011100010111100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650B02; }

 p { color: rgb(101,11,2); }

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

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

 a { background-color: rgb(101,11,2); }

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

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

 span { border-color: rgb(101,11,2); }

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