Html Css Color HEX #651817 Red Oxide

📋 copy color: '#651817'

red 101 ◦ green 24 ◦ blue 23

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

Shades of Red Oxide #651817

Tints of Red Oxide #651817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 68.24%
G = 16.22%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#651817 (or 0x651817) is known color: Red Oxide. HEX triplet: 65, 18 and 17. RGB value is (101,24,23). Sum of RGB (Red+Green+Blue) = 101+24+23=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #651817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651817 is #9AE7E8. Grayscale: #2E2E2E. Windows color (decimal): -10151913 or 1513573. OLE color: 1513573.

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

Color convert

RGB 101 24 23 -
CMYK 0 0.76 0.77 0.60
HSL 0.77º 0.63% 0.24% -
HSV(B) 0.77º 0.77% 0.4% -
XYZ 5.85 3.48 1.17 -
YUV 46.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 101 24 23 0 0.76 0.77 0.60 0.77 0.63 0.24
Hex 65 18 17 0 4C 4D 3C 1 3F 18
Octal 145 30 27 0 114 115 74 1 77 30
Binary 1100101 11000 10111 0 1001100 1001101 111100 1 111111 11000

Color Harmonies of #651817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651817

Black with #651817

Text Example


Text Example

White with #651817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651817; }

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

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

background-color css

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

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

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

border-color css

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

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

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