Html Css Color HEX #621A0F Red Oxide

📋 copy color: '#621A0F'

red 98 ◦ green 26 ◦ blue 15

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

Shades of Red Oxide #621A0F

Tints of Red Oxide #621A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 70.5%
G = 18.71%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#621A0F (or 0x621A0F) is known color: Red Oxide. HEX triplet: 62, 1A and 0F. RGB value is (98,26,15). Sum of RGB (Red+Green+Blue) = 98+26+15=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #621A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A0F is #9DE5F0. Grayscale: #2E2E2E. Windows color (decimal): -10348017 or 989794. OLE color: 989794.

HSL color Cylindrical-coordinate representation of color #621A0F: hue angle of 7.95º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621A0F is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 15 -
CMYK 0 0.73 0.85 0.62
HSL 7.95º 0.73% 0.22% -
HSV(B) 7.95º 0.85% 0.38% -
XYZ 5.49 3.37 0.81 -
YUV 46.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 98 26 15 0 0.73 0.85 0.62 7.95 0.73 0.22
Hex 62 1A F 0 49 55 3E 8 49 16
Octal 142 32 17 0 111 125 76 10 111 26
Binary 1100010 11010 1111 0 1001001 1010101 111110 1000 1001001 10110

Color Harmonies of #621A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A0F

Black with #621A0F

Text Example


Text Example

White with #621A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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