Html Css Color HEX #621C05 Caput Mortuum

📋 copy color: '#621C05'

red 98 ◦ green 28 ◦ blue 5

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

Shades of Caput Mortuum #621C05

Tints of Caput Mortuum #621C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.82%

R = 74.81%
G = 21.37%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#621C05 (or 0x621C05) is known color: Caput Mortuum. HEX triplet: 62, 1C and 05. RGB value is (98,28,5). Sum of RGB (Red+Green+Blue) = 98+28+5=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #621C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C05 is #9DE3FA. Grayscale: #2E2E2E. Windows color (decimal): -10347515 or 334946. OLE color: 334946.

HSL color Cylindrical-coordinate representation of color #621C05: hue angle of 14.84º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #621C05 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 28 5 -
CMYK 0 0.71 0.95 0.62
HSL 14.84º 0.9% 0.2% -
HSV(B) 14.84º 0.95% 0.38% -
XYZ 5.48 3.44 0.52 -
YUV 46.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 98 28 5 0 0.71 0.95 0.62 14.84 0.9 0.2
Hex 62 1C 5 0 47 5F 3E F 5A 14
Octal 142 34 5 0 107 137 76 17 132 24
Binary 1100010 11100 101 0 1000111 1011111 111110 1111 1011010 10100

Color Harmonies of #621C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C05

Black with #621C05

Text Example


Text Example

White with #621C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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