Html Css Color HEX #210505 Seal Brown

📋 copy color: '#210505'

red 33 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #210505

Tints of Seal Brown #210505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.63%

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

R = 76.74%
G = 11.63%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#210505 (or 0x210505) is known color: Seal Brown. HEX triplet: 21, 05 and 05. RGB value is (33,5,5). Sum of RGB (Red+Green+Blue) = 33+5+5=43 (5% of max value = 765). Red value is 33 (13.28% from 255 or 76.74% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 33 - color contains mainly: red. Hex color #210505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210505 is #DEFAFA. Grayscale: #0D0D0D. Windows color (decimal): -14613243 or 328993. OLE color: 328993.

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

Color convert

RGB 33 5 5 -
CMYK 0 0.85 0.85 0.87
HSL 0.74% 0.07% -
HSV(B) 0.85% 0.13% -
XYZ 0.71 0.44 0.19 -
YUV 13.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 33 5 5 0 0.85 0.85 0.87 0 0.74 0.07
Hex 21 5 5 0 55 55 57 0 4A 7
Octal 41 5 5 0 125 125 127 0 112 7
Binary 100001 101 101 0 1010101 1010101 1010111 0 1001010 111

Color Harmonies of #210505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210505

Black with #210505

Text Example


Text Example

White with #210505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210505; }

 p { color: rgb(33,5,5); }

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

background-color css

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

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

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

border-color css

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

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

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