Html Css Color HEX #650302 Maroon

📋 copy color: '#650302'

red 101 ◦ green 3 ◦ blue 2

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

Shades of Maroon #650302

Tints of Maroon #650302

RGB

 RED value IS 101 (39.84% from 255) = 95.28%

 GREEN value IS 3 (1.56% from 255) = 2.83%

 BLUE value IS 2 (1.17% from 255) = 1.89%

R = 95.28%
G = 2.83%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#650302 (or 0x650302) is known color: Maroon. HEX triplet: 65, 03 and 02. RGB value is (101,3,2). Sum of RGB (Red+Green+Blue) = 101+3+2=106 (14% of max value = 765). Red value is 101 (39.84% from 255 or 95.28% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 101 - color contains mainly: red. Hex color #650302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650302 is #9AFCFD. Grayscale: #202020. Windows color (decimal): -10157310 or 131941. OLE color: 131941.

HSL color Cylindrical-coordinate representation of color #650302: hue angle of 0.61º 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 #650302 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 3 2 -
CMYK 0 0.97 0.98 0.60
HSL 0.61º 0.96% 0.2% -
HSV(B) 0.61º 0.98% 0.4% -
XYZ 5.41 2.84 0.32 -
YUV 32.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 101 3 2 0 0.97 0.98 0.60 0.61 0.96 0.2
Hex 65 3 2 0 61 62 3C 1 60 14
Octal 145 3 2 0 141 142 74 1 140 24
Binary 1100101 11 10 0 1100001 1100010 111100 1 1100000 10100

Color Harmonies of #650302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650302

Black with #650302

Text Example


Text Example

White with #650302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650302; }

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

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

background-color css

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

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

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

border-color css

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

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

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