Html Css Color HEX #621C07 Red Oxide

📋 copy color: '#621C07'

red 98 ◦ green 28 ◦ blue 7

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

Shades of Red Oxide #621C07

Tints of Red Oxide #621C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

 BLUE value IS 7 (3.13% from 255) = 5.26%

R = 73.68%
G = 21.05%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#621C07 (or 0x621C07) is known color: Red Oxide. HEX triplet: 62, 1C and 07. RGB value is (98,28,7). Sum of RGB (Red+Green+Blue) = 98+28+7=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #621C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C07 is #9DE3F8. Grayscale: #2E2E2E. Windows color (decimal): -10347513 or 466018. OLE color: 466018.

HSL color Cylindrical-coordinate representation of color #621C07: hue angle of 13.85º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #621C07 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 28 7 -
CMYK 0 0.71 0.93 0.62
HSL 13.85º 0.87% 0.21% -
HSV(B) 13.85º 0.93% 0.38% -
XYZ 5.49 3.44 0.58 -
YUV 46.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 98 28 7 0 0.71 0.93 0.62 13.85 0.87 0.21
Hex 62 1C 7 0 47 5D 3E E 57 15
Octal 142 34 7 0 107 135 76 16 127 25
Binary 1100010 11100 111 0 1000111 1011101 111110 1110 1010111 10101

Color Harmonies of #621C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C07

Black with #621C07

Text Example


Text Example

White with #621C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,28,7); }

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

background-color css

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

 a { background-color: rgb(98,28,7); }

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

border-color css

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

 span { border-color: rgb(98,28,7); }

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