Html Css Color HEX #621A09 Red Oxide

📋 copy color: '#621A09'

red 98 ◦ green 26 ◦ blue 9

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

Shades of Red Oxide #621A09

Tints of Red Oxide #621A09

RGB

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

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

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

R = 73.68%
G = 19.55%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#621A09 (or 0x621A09) is known color: Red Oxide. HEX triplet: 62, 1A and 09. RGB value is (98,26,9). Sum of RGB (Red+Green+Blue) = 98+26+9=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #621A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A09 is #9DE5F6. Grayscale: #2D2D2D. Windows color (decimal): -10348023 or 596578. OLE color: 596578.

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

Color convert

RGB 98 26 9 -
CMYK 0 0.73 0.91 0.62
HSL 11.46º 0.83% 0.21% -
HSV(B) 11.46º 0.91% 0.38% -
XYZ 5.46 3.36 0.62 -
YUV 45.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 98 26 9 0 0.73 0.91 0.62 11.46 0.83 0.21
Hex 62 1A 9 0 49 5B 3E B 53 15
Octal 142 32 11 0 111 133 76 13 123 25
Binary 1100010 11010 1001 0 1001001 1011011 111110 1011 1010011 10101

Color Harmonies of #621A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A09

Black with #621A09

Text Example


Text Example

White with #621A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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