Html Css Color HEX #651A09 Red Oxide

📋 copy color: '#651A09'

red 101 ◦ green 26 ◦ blue 9

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

Shades of Red Oxide #651A09

Tints of Red Oxide #651A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.12%

 BLUE value IS 9 (3.91% from 255) = 6.62%

R = 74.26%
G = 19.12%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#651A09 (or 0x651A09) is known color: Red Oxide. HEX triplet: 65, 1A and 09. RGB value is (101,26,9). Sum of RGB (Red+Green+Blue) = 101+26+9=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #651A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A09 is #9AE5F6. Grayscale: #2E2E2E. Windows color (decimal): -10151415 or 596581. OLE color: 596581.

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

Color convert

RGB 101 26 9 -
CMYK 0 0.74 0.91 0.60
HSL 11.09º 0.84% 0.22% -
HSV(B) 11.09º 0.91% 0.4% -
XYZ 5.79 3.53 0.63 -
YUV 46.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 101 26 9 0 0.74 0.91 0.60 11.09 0.84 0.22
Hex 65 1A 9 0 4A 5B 3C B 54 16
Octal 145 32 11 0 112 133 74 13 124 26
Binary 1100101 11010 1001 0 1001010 1011011 111100 1011 1010100 10110

Color Harmonies of #651A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651A09

Black with #651A09

Text Example


Text Example

White with #651A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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