Html Css Color HEX #65170F Red Oxide

📋 copy color: '#65170F'

red 101 ◦ green 23 ◦ blue 15

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

Shades of Red Oxide #65170F

Tints of Red Oxide #65170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 72.66%
G = 16.55%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#65170F (or 0x65170F) is known color: Red Oxide. HEX triplet: 65, 17 and 0F. RGB value is (101,23,15). Sum of RGB (Red+Green+Blue) = 101+23+15=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #65170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65170F is #9AE8F0. Grayscale: #2D2D2D. Windows color (decimal): -10152177 or 989029. OLE color: 989029.

HSL color Cylindrical-coordinate representation of color #65170F: hue angle of 5.58º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65170F is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 23 15 -
CMYK 0 0.77 0.85 0.60
HSL 5.58º 0.74% 0.23% -
HSV(B) 5.58º 0.85% 0.4% -
XYZ 5.76 3.41 0.81 -
YUV 45.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 101 23 15 0 0.77 0.85 0.60 5.58 0.74 0.23
Hex 65 17 F 0 4D 55 3C 6 4A 17
Octal 145 27 17 0 115 125 74 6 112 27
Binary 1100101 10111 1111 0 1001101 1010101 111100 110 1001010 10111

Color Harmonies of #65170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65170F

Black with #65170F

Text Example


Text Example

White with #65170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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