Html Css Color HEX #621D1B Red Oxide

📋 copy color: '#621D1B'

red 98 ◦ green 29 ◦ blue 27

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

Shades of Red Oxide #621D1B

Tints of Red Oxide #621D1B

RGB

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

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

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

R = 63.64%
G = 18.83%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#621D1B (or 0x621D1B) is known color: Red Oxide. HEX triplet: 62, 1D and 1B. RGB value is (98,29,27). Sum of RGB (Red+Green+Blue) = 98+29+27=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #621D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D1B is #9DE2E4. Grayscale: #313131. Windows color (decimal): -10347237 or 1776994. OLE color: 1776994.

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

Color convert

RGB 98 29 27 -
CMYK 0 0.70 0.72 0.62
HSL 1.69º 0.57% 0.25% -
HSV(B) 1.69º 0.72% 0.38% -
XYZ 5.67 3.55 1.42 -
YUV 49.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 98 29 27 0 0.70 0.72 0.62 1.69 0.57 0.25
Hex 62 1D 1B 0 46 48 3E 2 39 19
Octal 142 35 33 0 106 110 76 2 71 31
Binary 1100010 11101 11011 0 1000110 1001000 111110 10 111001 11001

Color Harmonies of #621D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D1B

Black with #621D1B

Text Example


Text Example

White with #621D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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