Html Css Color HEX #651E13 Red Oxide

📋 copy color: '#651E13'

red 101 ◦ green 30 ◦ blue 19

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

Shades of Red Oxide #651E13

Tints of Red Oxide #651E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20%

 BLUE value IS 19 (7.81% from 255) = 12.67%

R = 67.33%
G = 20%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#651E13 (or 0x651E13) is known color: Red Oxide. HEX triplet: 65, 1E and 13. RGB value is (101,30,19). Sum of RGB (Red+Green+Blue) = 101+30+19=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #651E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E13 is #9AE1EC. Grayscale: #323232. Windows color (decimal): -10150381 or 1252965. OLE color: 1252965.

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

Color convert

RGB 101 30 19 -
CMYK 0 0.70 0.81 0.60
HSL 8.05º 0.68% 0.24% -
HSV(B) 8.05º 0.81% 0.4% -
XYZ 5.95 3.74 1.02 -
YUV 49.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 101 30 19 0 0.70 0.81 0.60 8.05 0.68 0.24
Hex 65 1E 13 0 46 51 3C 8 44 18
Octal 145 36 23 0 106 121 74 10 104 30
Binary 1100101 11110 10011 0 1000110 1010001 111100 1000 1000100 11000

Color Harmonies of #651E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E13

Black with #651E13

Text Example


Text Example

White with #651E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,30,19); }

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

background-color css

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

 a { background-color: rgb(101,30,19); }

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

border-color css

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

 span { border-color: rgb(101,30,19); }

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