Html Css Color HEX #610E09 Red Oxide

📋 copy color: '#610E09'

red 97 ◦ green 14 ◦ blue 9

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

Shades of Red Oxide #610E09

Tints of Red Oxide #610E09

RGB

 RED value IS 97 (38.28% from 255) = 80.83%

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

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

R = 80.83%
G = 11.67%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#610E09 (or 0x610E09) is known color: Red Oxide. HEX triplet: 61, 0E and 09. RGB value is (97,14,9). Sum of RGB (Red+Green+Blue) = 97+14+9=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #610E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E09 is #9EF1F6. Grayscale: #262626. Windows color (decimal): -10416631 or 593505. OLE color: 593505.

HSL color Cylindrical-coordinate representation of color #610E09: hue angle of 3.41º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610E09 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 14 9 -
CMYK 0 0.86 0.91 0.62
HSL 3.41º 0.83% 0.21% -
HSV(B) 3.41º 0.91% 0.38% -
XYZ 5.14 2.88 0.54 -
YUV 38.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 97 14 9 0 0.86 0.91 0.62 3.41 0.83 0.21
Hex 61 E 9 0 56 5B 3E 3 53 15
Octal 141 16 11 0 126 133 76 3 123 25
Binary 1100001 1110 1001 0 1010110 1011011 111110 11 1010011 10101

Color Harmonies of #610E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E09

Black with #610E09

Text Example


Text Example

White with #610E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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