Html Css Color HEX #621D0F Red Oxide

📋 copy color: '#621D0F'

red 98 ◦ green 29 ◦ blue 15

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

Shades of Red Oxide #621D0F

Tints of Red Oxide #621D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

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

R = 69.01%
G = 20.42%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#621D0F (or 0x621D0F) is known color: Red Oxide. HEX triplet: 62, 1D and 0F. RGB value is (98,29,15). Sum of RGB (Red+Green+Blue) = 98+29+15=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #621D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D0F is #9DE2F0. Grayscale: #303030. Windows color (decimal): -10347249 or 990562. OLE color: 990562.

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

Color convert

RGB 98 29 15 -
CMYK 0 0.70 0.85 0.62
HSL 10.12º 0.73% 0.22% -
HSV(B) 10.12º 0.85% 0.38% -
XYZ 5.56 3.51 0.84 -
YUV 48.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 98 29 15 0 0.70 0.85 0.62 10.12 0.73 0.22
Hex 62 1D F 0 46 55 3E A 49 16
Octal 142 35 17 0 106 125 76 12 111 26
Binary 1100010 11101 1111 0 1000110 1010101 111110 1010 1001001 10110

Color Harmonies of #621D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D0F

Black with #621D0F

Text Example


Text Example

White with #621D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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