Html Css Color HEX #651D1A Red Oxide

📋 copy color: '#651D1A'

red 101 ◦ green 29 ◦ blue 26

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

Shades of Red Oxide #651D1A

Tints of Red Oxide #651D1A

RGB

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

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

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

R = 64.74%
G = 18.59%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#651D1A (or 0x651D1A) is known color: Red Oxide. HEX triplet: 65, 1D and 1A. RGB value is (101,29,26). Sum of RGB (Red+Green+Blue) = 101+29+26=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #651D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D1A is #9AE2E5. Grayscale: #323232. Windows color (decimal): -10150630 or 1711461. OLE color: 1711461.

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

Color convert

RGB 101 29 26 -
CMYK 0 0.71 0.74 0.60
HSL 2.4º 0.59% 0.25% -
HSV(B) 2.4º 0.74% 0.4% -
XYZ 5.99 3.72 1.38 -
YUV 50.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 101 29 26 0 0.71 0.74 0.60 2.4 0.59 0.25
Hex 65 1D 1A 0 47 4A 3C 2 3B 19
Octal 145 35 32 0 107 112 74 2 73 31
Binary 1100101 11101 11010 0 1000111 1001010 111100 10 111011 11001

Color Harmonies of #651D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651D1A

Black with #651D1A

Text Example


Text Example

White with #651D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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