Html Css Color HEX #651E1C Red Oxide

📋 copy color: '#651E1C'

red 101 ◦ green 30 ◦ blue 28

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

Shades of Red Oxide #651E1C

Tints of Red Oxide #651E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 63.52%
G = 18.87%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#651E1C (or 0x651E1C) is known color: Red Oxide. HEX triplet: 65, 1E and 1C. RGB value is (101,30,28). Sum of RGB (Red+Green+Blue) = 101+30+28=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #651E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E1C is #9AE1E3. Grayscale: #333333. Windows color (decimal): -10150372 or 1842789. OLE color: 1842789.

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

Color convert

RGB 101 30 28 -
CMYK 0 0.70 0.72 0.60
HSL 1.64º 0.57% 0.25% -
HSV(B) 1.64º 0.72% 0.4% -
XYZ 6.04 3.78 1.51 -
YUV 51 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 101 30 28 0 0.70 0.72 0.60 1.64 0.57 0.25
Hex 65 1E 1C 0 46 48 3C 2 39 19
Octal 145 36 34 0 106 110 74 2 71 31
Binary 1100101 11110 11100 0 1000110 1001000 111100 10 111001 11001

Color Harmonies of #651E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E1C

Black with #651E1C

Text Example


Text Example

White with #651E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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