Html Css Color HEX #410202 Seal Brown

📋 copy color: '#410202'

red 65 ◦ green 2 ◦ blue 2

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

Shades of Seal Brown #410202

Tints of Seal Brown #410202

RGB

 RED value IS 65 (25.78% from 255) = 94.2%

 GREEN value IS 2 (1.17% from 255) = 2.9%

 BLUE value IS 2 (1.17% from 255) = 2.9%

R = 94.2%
G = 2.9%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#410202 (or 0x410202) is known color: Seal Brown. HEX triplet: 41, 02 and 02. RGB value is (65,2,2). Sum of RGB (Red+Green+Blue) = 65+2+2=69 (9% of max value = 765). Red value is 65 (25.78% from 255 or 94.20% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 65 - color contains mainly: red. Hex color #410202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410202 is #BEFDFD. Grayscale: #141414. Windows color (decimal): -12516862 or 131649. OLE color: 131649.

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

Color convert

RGB 65 2 2 -
CMYK 0 0.97 0.97 0.75
HSL 0.94% 0.13% -
HSV(B) 0.97% 0.25% -
XYZ 2.21 1.17 0.17 -
YUV 20.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 65 2 2 0 0.97 0.97 0.75 0 0.94 0.13
Hex 41 2 2 0 61 61 4B 0 5E D
Octal 101 2 2 0 141 141 113 0 136 15
Binary 1000001 10 10 0 1100001 1100001 1001011 0 1011110 1101

Color Harmonies of #410202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410202

Black with #410202

Text Example


Text Example

White with #410202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410202; }

 p { color: rgb(65,2,2); }

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

background-color css

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

 a { background-color: rgb(65,2,2); }

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

border-color css

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

 span { border-color: rgb(65,2,2); }

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