Html Css Color HEX #650E09 Red Oxide

📋 copy color: '#650E09'

red 101 ◦ green 14 ◦ blue 9

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

Shades of Red Oxide #650E09

Tints of Red Oxide #650E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.29%

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

R = 81.45%
G = 11.29%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#650E09 (or 0x650E09) is known color: Red Oxide. HEX triplet: 65, 0E and 09. RGB value is (101,14,9). Sum of RGB (Red+Green+Blue) = 101+14+9=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #650E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E09 is #9AF1F6. Grayscale: #272727. Windows color (decimal): -10154487 or 593509. OLE color: 593509.

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

Color convert

RGB 101 14 9 -
CMYK 0 0.86 0.91 0.60
HSL 3.26º 0.84% 0.22% -
HSV(B) 3.26º 0.91% 0.4% -
XYZ 5.57 3.1 0.56 -
YUV 39.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 101 14 9 0 0.86 0.91 0.60 3.26 0.84 0.22
Hex 65 E 9 0 56 5B 3C 3 54 16
Octal 145 16 11 0 126 133 74 3 124 26
Binary 1100101 1110 1001 0 1010110 1011011 111100 11 1010100 10110

Color Harmonies of #650E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E09

Black with #650E09

Text Example


Text Example

White with #650E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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