Html Css Color HEX #621F1E Red Oxide

📋 copy color: '#621F1E'

red 98 ◦ green 31 ◦ blue 30

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

Shades of Red Oxide #621F1E

Tints of Red Oxide #621F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.5%

 BLUE value IS 30 (12.11% from 255) = 18.87%

R = 61.64%
G = 19.5%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#621F1E (or 0x621F1E) is known color: Red Oxide. HEX triplet: 62, 1F and 1E. RGB value is (98,31,30). Sum of RGB (Red+Green+Blue) = 98+31+30=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #621F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F1E is #9DE0E1. Grayscale: #323232. Windows color (decimal): -10346722 or 1974114. OLE color: 1974114.

HSL color Cylindrical-coordinate representation of color #621F1E: hue angle of 0.88º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #621F1E is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 31 30 -
CMYK 0 0.68 0.69 0.62
HSL 0.88º 0.53% 0.25% -
HSV(B) 0.88º 0.69% 0.38% -
XYZ 5.76 3.67 1.63 -
YUV 50.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 98 31 30 0 0.68 0.69 0.62 0.88 0.53 0.25
Hex 62 1F 1E 0 44 45 3E 1 35 19
Octal 142 37 36 0 104 105 76 1 65 31
Binary 1100010 11111 11110 0 1000100 1000101 111110 1 110101 11001

Color Harmonies of #621F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621F1E

Black with #621F1E

Text Example


Text Example

White with #621F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,31,30); }

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

background-color css

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

 a { background-color: rgb(98,31,30); }

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

border-color css

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

 span { border-color: rgb(98,31,30); }

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