Html Css Color HEX #65170A Red Oxide

📋 copy color: '#65170A'

red 101 ◦ green 23 ◦ blue 10

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

Shades of Red Oxide #65170A

Tints of Red Oxide #65170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.16%

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

R = 75.37%
G = 17.16%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#65170A (or 0x65170A) is known color: Red Oxide. HEX triplet: 65, 17 and 0A. RGB value is (101,23,10). Sum of RGB (Red+Green+Blue) = 101+23+10=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #65170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65170A is #9AE8F5. Grayscale: #2C2C2C. Windows color (decimal): -10152182 or 661349. OLE color: 661349.

HSL color Cylindrical-coordinate representation of color #65170A: hue angle of 8.57º 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 #65170A is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 23 10 -
CMYK 0 0.77 0.90 0.60
HSL 8.57º 0.82% 0.22% -
HSV(B) 8.57º 0.9% 0.4% -
XYZ 5.73 3.4 0.64 -
YUV 44.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 101 23 10 0 0.77 0.90 0.60 8.57 0.82 0.22
Hex 65 17 A 0 4D 5A 3C 9 52 16
Octal 145 27 12 0 115 132 74 11 122 26
Binary 1100101 10111 1010 0 1001101 1011010 111100 1001 1010010 10110

Color Harmonies of #65170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65170A

Black with #65170A

Text Example


Text Example

White with #65170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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