Html Css Color HEX #651D17 Red Oxide

📋 copy color: '#651D17'

red 101 ◦ green 29 ◦ blue 23

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

Shades of Red Oxide #651D17

Tints of Red Oxide #651D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

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

R = 66.01%
G = 18.95%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#651D17 (or 0x651D17) is known color: Red Oxide. HEX triplet: 65, 1D and 17. RGB value is (101,29,23). Sum of RGB (Red+Green+Blue) = 101+29+23=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #651D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651D17 is #9AE2E8. Grayscale: #313131. Windows color (decimal): -10150633 or 1514853. OLE color: 1514853.

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

Color convert

RGB 101 29 23 -
CMYK 0 0.71 0.77 0.60
HSL 4.62º 0.63% 0.24% -
HSV(B) 4.62º 0.77% 0.4% -
XYZ 5.96 3.71 1.21 -
YUV 49.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 101 29 23 0 0.71 0.77 0.60 4.62 0.63 0.24
Hex 65 1D 17 0 47 4D 3C 5 3F 18
Octal 145 35 27 0 107 115 74 5 77 30
Binary 1100101 11101 10111 0 1000111 1001101 111100 101 111111 11000

Color Harmonies of #651D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651D17

Black with #651D17

Text Example


Text Example

White with #651D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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