Html Css Color HEX #210401 Seal Brown

📋 copy color: '#210401'

red 33 ◦ green 4 ◦ blue 1

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

Shades of Seal Brown #210401

Tints of Seal Brown #210401

RGB

 RED value IS 33 (13.28% from 255) = 86.84%

 GREEN value IS 4 (1.95% from 255) = 10.53%

 BLUE value IS 1 (0.78% from 255) = 2.63%

R = 86.84%
G = 10.53%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#210401 (or 0x210401) is known color: Seal Brown. HEX triplet: 21, 04 and 01. RGB value is (33,4,1). Sum of RGB (Red+Green+Blue) = 33+4+1=38 (5% of max value = 765). Red value is 33 (13.28% from 255 or 86.84% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 33 - color contains mainly: red. Hex color #210401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210401 is #DEFBFE. Grayscale: #0C0C0C. Windows color (decimal): -14613503 or 66593. OLE color: 66593.

HSL color Cylindrical-coordinate representation of color #210401: hue angle of 5.62º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210401 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 4 1 -
CMYK 0 0.88 0.97 0.87
HSL 5.63º 0.94% 0.07% -
HSV(B) 5.63º 0.97% 0.13% -
XYZ 0.68 0.41 0.07 -
YUV 12.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 33 4 1 0 0.88 0.97 0.87 5.63 0.94 0.07
Hex 21 4 1 0 58 61 57 6 5E 7
Octal 41 4 1 0 130 141 127 6 136 7
Binary 100001 100 1 0 1011000 1100001 1010111 110 1011110 111

Color Harmonies of #210401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210401

Black with #210401

Text Example


Text Example

White with #210401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210401; }

 p { color: rgb(33,4,1); }

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

background-color css

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

 a { background-color: rgb(33,4,1); }

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

border-color css

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

 span { border-color: rgb(33,4,1); }

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