Html Css Color HEX #621807 Red Oxide

📋 copy color: '#621807'

red 98 ◦ green 24 ◦ blue 7

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

Shades of Red Oxide #621807

Tints of Red Oxide #621807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 75.97%
G = 18.6%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#621807 (or 0x621807) is known color: Red Oxide. HEX triplet: 62, 18 and 07. RGB value is (98,24,7). Sum of RGB (Red+Green+Blue) = 98+24+7=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #621807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621807 is #9DE7F8. Grayscale: #2C2C2C. Windows color (decimal): -10348537 or 464994. OLE color: 464994.

HSL color Cylindrical-coordinate representation of color #621807: hue angle of 11.21º 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 #621807 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 24 7 -
CMYK 0 0.76 0.93 0.62
HSL 11.21º 0.87% 0.21% -
HSV(B) 11.21º 0.93% 0.38% -
XYZ 5.4 3.27 0.55 -
YUV 44.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 98 24 7 0 0.76 0.93 0.62 11.21 0.87 0.21
Hex 62 18 7 0 4C 5D 3E B 57 15
Octal 142 30 7 0 114 135 76 13 127 25
Binary 1100010 11000 111 0 1001100 1011101 111110 1011 1010111 10101

Color Harmonies of #621807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621807

Black with #621807

Text Example


Text Example

White with #621807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621807; }

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

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

background-color css

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

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

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

border-color css

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

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

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