Html Css Color HEX #62314A Tawny Port

📋 copy color: '#62314A'

red 98 ◦ green 49 ◦ blue 74

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

Shades of Tawny Port #62314A

Tints of Tawny Port #62314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 44.34%
G = 22.17%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#62314A (or 0x62314A) is known color: Tawny Port. HEX triplet: 62, 31 and 4A. RGB value is (98,49,74). Sum of RGB (Red+Green+Blue) = 98+49+74=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #62314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62314A is #9DCEB5. Grayscale: #424242. Windows color (decimal): -10342070 or 4862306. OLE color: 4862306.

HSL color Cylindrical-coordinate representation of color #62314A: hue angle of 329.39º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62314A is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 49 74 -
CMYK 0 0.5 0.24 0.62
HSL 329.39º 0.33% 0.29% -
HSV(B) 329.39º 0.5% 0.38% -
XYZ 7.37 5.29 7.11 -
YUV 66.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 98 49 74 0 0.5 0.24 0.62 329.39 0.33 0.29
Hex 62 31 4A 0 32 18 3E 149 21 1D
Octal 142 61 112 0 62 30 76 511 41 35
Binary 1100010 110001 1001010 0 110010 11000 111110 101001001 100001 11101

Color Harmonies of #62314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62314A

Black with #62314A

Text Example


Text Example

White with #62314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62314A; }

 p { color: rgb(98,49,74); }

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

background-color css

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

 a { background-color: rgb(98,49,74); }

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

border-color css

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

 span { border-color: rgb(98,49,74); }

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