Html Css Color HEX #650504 Maroon

📋 copy color: '#650504'

red 101 ◦ green 5 ◦ blue 4

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

Shades of Maroon #650504

Tints of Maroon #650504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.55%

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 91.82%
G = 4.55%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#650504 (or 0x650504) is known color: Maroon. HEX triplet: 65, 05 and 04. RGB value is (101,5,4). Sum of RGB (Red+Green+Blue) = 101+5+4=110 (14% of max value = 765). Red value is 101 (39.84% from 255 or 91.82% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 101 - color contains mainly: red. Hex color #650504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650504 is #9AFAFB. Grayscale: #212121. Windows color (decimal): -10156796 or 263525. OLE color: 263525.

HSL color Cylindrical-coordinate representation of color #650504: hue angle of 0.62º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650504 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 4 -
CMYK 0 0.95 0.96 0.60
HSL 0.62º 0.92% 0.21% -
HSV(B) 0.62º 0.96% 0.4% -
XYZ 5.44 2.88 0.38 -
YUV 33.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 101 5 4 0 0.95 0.96 0.60 0.62 0.92 0.21
Hex 65 5 4 0 5F 60 3C 1 5C 15
Octal 145 5 4 0 137 140 74 1 134 25
Binary 1100101 101 100 0 1011111 1100000 111100 1 1011100 10101

Color Harmonies of #650504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650504

Black with #650504

Text Example


Text Example

White with #650504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650504; }

 p { color: rgb(101,5,4); }

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

background-color css

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

 a { background-color: rgb(101,5,4); }

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

border-color css

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

 span { border-color: rgb(101,5,4); }

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