Html Css Color HEX #651F17 Red Oxide

📋 copy color: '#651F17'

red 101 ◦ green 31 ◦ blue 23

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

Shades of Red Oxide #651F17

Tints of Red Oxide #651F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20%

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 65.16%
G = 20%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#651F17 (or 0x651F17) is known color: Red Oxide. HEX triplet: 65, 1F and 17. RGB value is (101,31,23). Sum of RGB (Red+Green+Blue) = 101+31+23=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #651F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F17 is #9AE0E8. Grayscale: #333333. Windows color (decimal): -10150121 or 1515365. OLE color: 1515365.

HSL color Cylindrical-coordinate representation of color #651F17: hue angle of 6.15º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651F17 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 31 23 -
CMYK 0 0.69 0.77 0.60
HSL 6.15º 0.63% 0.24% -
HSV(B) 6.15º 0.77% 0.4% -
XYZ 6.01 3.81 1.23 -
YUV 51.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 101 31 23 0 0.69 0.77 0.60 6.15 0.63 0.24
Hex 65 1F 17 0 45 4D 3C 6 3F 18
Octal 145 37 27 0 105 115 74 6 77 30
Binary 1100101 11111 10111 0 1000101 1001101 111100 110 111111 11000

Color Harmonies of #651F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651F17

Black with #651F17

Text Example


Text Example

White with #651F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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