Html Css Color HEX #65110A Red Oxide

📋 copy color: '#65110A'

red 101 ◦ green 17 ◦ blue 10

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

Shades of Red Oxide #65110A

Tints of Red Oxide #65110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.28%

 BLUE value IS 10 (4.3% from 255) = 7.81%

R = 78.91%
G = 13.28%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#65110A (or 0x65110A) is known color: Red Oxide. HEX triplet: 65, 11 and 0A. RGB value is (101,17,10). Sum of RGB (Red+Green+Blue) = 101+17+10=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #65110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65110A is #9AEEF5. Grayscale: #292929. Windows color (decimal): -10153718 or 659813. OLE color: 659813.

HSL color Cylindrical-coordinate representation of color #65110A: hue angle of 4.62º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65110A is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 17 10 -
CMYK 0 0.83 0.90 0.60
HSL 4.62º 0.82% 0.22% -
HSV(B) 4.62º 0.9% 0.4% -
XYZ 5.62 3.19 0.61 -
YUV 41.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 101 17 10 0 0.83 0.90 0.60 4.62 0.82 0.22
Hex 65 11 A 0 53 5A 3C 5 52 16
Octal 145 21 12 0 123 132 74 5 122 26
Binary 1100101 10001 1010 0 1010011 1011010 111100 101 1010010 10110

Color Harmonies of #65110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65110A

Black with #65110A

Text Example


Text Example

White with #65110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65110A; }

 p { color: rgb(101,17,10); }

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

background-color css

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

 a { background-color: rgb(101,17,10); }

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

border-color css

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

 span { border-color: rgb(101,17,10); }

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