Html Css Color HEX #620E09 Red Oxide

📋 copy color: '#620E09'

red 98 ◦ green 14 ◦ blue 9

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

Shades of Red Oxide #620E09

Tints of Red Oxide #620E09

RGB

 RED value IS 98 (38.67% from 255) = 80.99%

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

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

R = 80.99%
G = 11.57%
B = 7.44%

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

#620E09 (or 0x620E09) is known color: Red Oxide. HEX triplet: 62, 0E and 09. RGB value is (98,14,9). Sum of RGB (Red+Green+Blue) = 98+14+9=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #620E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620E09 is #9DF1F6. Grayscale: #262626. Windows color (decimal): -10351095 or 593506. OLE color: 593506.

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

Color convert

RGB 98 14 9 -
CMYK 0 0.86 0.91 0.62
HSL 3.37º 0.83% 0.21% -
HSV(B) 3.37º 0.91% 0.38% -
XYZ 5.24 2.93 0.55 -
YUV 38.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 98 14 9 0 0.86 0.91 0.62 3.37 0.83 0.21
Hex 62 E 9 0 56 5B 3E 3 53 15
Octal 142 16 11 0 126 133 76 3 123 25
Binary 1100010 1110 1001 0 1010110 1011011 111110 11 1010011 10101

Color Harmonies of #620E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E09

Black with #620E09

Text Example


Text Example

White with #620E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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