Html Css Color HEX #651C17 Red Oxide

📋 copy color: '#651C17'

red 101 ◦ green 28 ◦ blue 23

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

Shades of Red Oxide #651C17

Tints of Red Oxide #651C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

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

R = 66.45%
G = 18.42%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#651C17 (or 0x651C17) is known color: Red Oxide. HEX triplet: 65, 1C and 17. RGB value is (101,28,23). Sum of RGB (Red+Green+Blue) = 101+28+23=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #651C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C17 is #9AE3E8. Grayscale: #313131. Windows color (decimal): -10150889 or 1514597. OLE color: 1514597.

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

Color convert

RGB 101 28 23 -
CMYK 0 0.72 0.77 0.60
HSL 3.85º 0.63% 0.24% -
HSV(B) 3.85º 0.77% 0.4% -
XYZ 5.94 3.66 1.2 -
YUV 49.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 101 28 23 0 0.72 0.77 0.60 3.85 0.63 0.24
Hex 65 1C 17 0 48 4D 3C 4 3F 18
Octal 145 34 27 0 110 115 74 4 77 30
Binary 1100101 11100 10111 0 1001000 1001101 111100 100 111111 11000

Color Harmonies of #651C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C17

Black with #651C17

Text Example


Text Example

White with #651C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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