Html Css Color HEX #621C1B Red Oxide

📋 copy color: '#621C1B'

red 98 ◦ green 28 ◦ blue 27

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

Shades of Red Oxide #621C1B

Tints of Red Oxide #621C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.3%

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

R = 64.05%
G = 18.3%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#621C1B (or 0x621C1B) is known color: Red Oxide. HEX triplet: 62, 1C and 1B. RGB value is (98,28,27). Sum of RGB (Red+Green+Blue) = 98+28+27=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #621C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C1B is #9DE3E4. Grayscale: #303030. Windows color (decimal): -10347493 or 1776738. OLE color: 1776738.

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

Color convert

RGB 98 28 27 -
CMYK 0 0.71 0.72 0.62
HSL 0.85º 0.57% 0.25% -
HSV(B) 0.85º 0.72% 0.38% -
XYZ 5.65 3.51 1.42 -
YUV 48.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 98 28 27 0 0.71 0.72 0.62 0.85 0.57 0.25
Hex 62 1C 1B 0 47 48 3E 1 39 19
Octal 142 34 33 0 107 110 76 1 71 31
Binary 1100010 11100 11011 0 1000111 1001000 111110 1 111001 11001

Color Harmonies of #621C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C1B

Black with #621C1B

Text Example


Text Example

White with #621C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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