Html Css Color HEX #651309 Red Oxide

📋 copy color: '#651309'

red 101 ◦ green 19 ◦ blue 9

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

Shades of Red Oxide #651309

Tints of Red Oxide #651309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.73%

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

R = 78.29%
G = 14.73%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#651309 (or 0x651309) is known color: Red Oxide. HEX triplet: 65, 13 and 09. RGB value is (101,19,9). Sum of RGB (Red+Green+Blue) = 101+19+9=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #651309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651309 is #9AECF6. Grayscale: #2A2A2A. Windows color (decimal): -10153207 or 594789. OLE color: 594789.

HSL color Cylindrical-coordinate representation of color #651309: hue angle of 6.52º 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 #651309 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 9 -
CMYK 0 0.81 0.91 0.60
HSL 6.52º 0.84% 0.22% -
HSV(B) 6.52º 0.91% 0.4% -
XYZ 5.65 3.25 0.59 -
YUV 42.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 101 19 9 0 0.81 0.91 0.60 6.52 0.84 0.22
Hex 65 13 9 0 51 5B 3C 7 54 16
Octal 145 23 11 0 121 133 74 7 124 26
Binary 1100101 10011 1001 0 1010001 1011011 111100 111 1010100 10110

Color Harmonies of #651309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651309

Black with #651309

Text Example


Text Example

White with #651309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651309; }

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

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

background-color css

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

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

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

border-color css

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

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

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