Html Css Color HEX #651E1A Red Oxide

📋 copy color: '#651E1A'

red 101 ◦ green 30 ◦ blue 26

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

Shades of Red Oxide #651E1A

Tints of Red Oxide #651E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 64.33%
G = 19.11%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#651E1A (or 0x651E1A) is known color: Red Oxide. HEX triplet: 65, 1E and 1A. RGB value is (101,30,26). Sum of RGB (Red+Green+Blue) = 101+30+26=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #651E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E1A is #9AE1E5. Grayscale: #323232. Windows color (decimal): -10150374 or 1711717. OLE color: 1711717.

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

Color convert

RGB 101 30 26 -
CMYK 0 0.70 0.74 0.60
HSL 3.2º 0.59% 0.25% -
HSV(B) 3.2º 0.74% 0.4% -
XYZ 6.02 3.77 1.39 -
YUV 50.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 101 30 26 0 0.70 0.74 0.60 3.2 0.59 0.25
Hex 65 1E 1A 0 46 4A 3C 3 3B 19
Octal 145 36 32 0 106 112 74 3 73 31
Binary 1100101 11110 11010 0 1000110 1001010 111100 11 111011 11001

Color Harmonies of #651E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E1A

Black with #651E1A

Text Example


Text Example

White with #651E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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