Html Css Color HEX #271313 Seal Brown

📋 copy color: '#271313'

red 39 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #271313

Tints of Seal Brown #271313

RGB

 RED value IS 39 (15.63% from 255) = 50.65%

 GREEN value IS 19 (7.81% from 255) = 24.68%

 BLUE value IS 19 (7.81% from 255) = 24.68%

R = 50.65%
G = 24.68%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#271313 (or 0x271313) is known color: Seal Brown. HEX triplet: 27, 13 and 13. RGB value is (39,19,19). Sum of RGB (Red+Green+Blue) = 39+19+19=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271313 is #D8ECEC. Grayscale: #181818. Windows color (decimal): -14216429 or 1250087. OLE color: 1250087.

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

Color convert

RGB 39 19 19 -
CMYK 0 0.51 0.51 0.85
HSL 0.34% 0.11% -
HSV(B) 0.51% 0.15% -
XYZ 1.19 0.94 0.74 -
YUV 24.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 39 19 19 0 0.51 0.51 0.85 0 0.34 0.11
Hex 27 13 13 0 33 33 55 0 22 B
Octal 47 23 23 0 63 63 125 0 42 13
Binary 100111 10011 10011 0 110011 110011 1010101 0 100010 1011

Color Harmonies of #271313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271313

Black with #271313

Text Example


Text Example

White with #271313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271313; }

 p { color: rgb(39,19,19); }

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

background-color css

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

 a { background-color: rgb(39,19,19); }

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

border-color css

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

 span { border-color: rgb(39,19,19); }

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