Html Css Color HEX #640302 Maroon

📋 copy color: '#640302'

red 100 ◦ green 3 ◦ blue 2

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

Shades of Maroon #640302

Tints of Maroon #640302

RGB

 RED value IS 100 (39.45% from 255) = 95.24%

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

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

R = 95.24%
G = 2.86%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#640302 (or 0x640302) is known color: Maroon. HEX triplet: 64, 03 and 02. RGB value is (100,3,2). Sum of RGB (Red+Green+Blue) = 100+3+2=105 (13% of max value = 765). Red value is 100 (39.45% from 255 or 95.24% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 100 - color contains mainly: red. Hex color #640302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640302 is #9BFCFD. Grayscale: #1F1F1F. Windows color (decimal): -10222846 or 131940. OLE color: 131940.

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

Color convert

RGB 100 3 2 -
CMYK 0 0.97 0.98 0.61
HSL 0.61º 0.96% 0.2% -
HSV(B) 0.61º 0.98% 0.39% -
XYZ 5.3 2.78 0.31 -
YUV 31.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 100 3 2 0 0.97 0.98 0.61 0.61 0.96 0.2
Hex 64 3 2 0 61 62 3D 1 60 14
Octal 144 3 2 0 141 142 75 1 140 24
Binary 1100100 11 10 0 1100001 1100010 111101 1 1100000 10100

Color Harmonies of #640302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640302

Black with #640302

Text Example


Text Example

White with #640302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640302; }

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

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

background-color css

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

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

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

border-color css

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

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

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