Html Css Color HEX #621E1B Red Oxide

📋 copy color: '#621E1B'

red 98 ◦ green 30 ◦ blue 27

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

Shades of Red Oxide #621E1B

Tints of Red Oxide #621E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 63.23%
G = 19.35%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#621E1B (or 0x621E1B) is known color: Red Oxide. HEX triplet: 62, 1E and 1B. RGB value is (98,30,27). Sum of RGB (Red+Green+Blue) = 98+30+27=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E1B is #9DE1E4. Grayscale: #323232. Windows color (decimal): -10346981 or 1777250. OLE color: 1777250.

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

Color convert

RGB 98 30 27 -
CMYK 0 0.69 0.72 0.62
HSL 2.54º 0.57% 0.25% -
HSV(B) 2.54º 0.72% 0.38% -
XYZ 5.7 3.6 1.43 -
YUV 49.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 98 30 27 0 0.69 0.72 0.62 2.54 0.57 0.25
Hex 62 1E 1B 0 45 48 3E 3 39 19
Octal 142 36 33 0 105 110 76 3 71 31
Binary 1100010 11110 11011 0 1000101 1001000 111110 11 111001 11001

Color Harmonies of #621E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E1B

Black with #621E1B

Text Example


Text Example

White with #621E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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