Html Css Color HEX #61333F Tawny Port

📋 copy color: '#61333F'

red 97 ◦ green 51 ◦ blue 63

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

Shades of Tawny Port #61333F

Tints of Tawny Port #61333F

RGB

 RED value IS 97 (38.28% from 255) = 45.97%

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 45.97%
G = 24.17%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61333F (or 0x61333F) is known color: Tawny Port. HEX triplet: 61, 33 and 3F. RGB value is (97,51,63). Sum of RGB (Red+Green+Blue) = 97+51+63=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61333F is #9ECCC0. Grayscale: #424242. Windows color (decimal): -10407105 or 4141921. OLE color: 4141921.

HSL color Cylindrical-coordinate representation of color #61333F: hue angle of 344.35º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61333F is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 63 -
CMYK 0 0.47 0.35 0.62
HSL 344.35º 0.31% 0.29% -
HSV(B) 344.35º 0.47% 0.38% -
XYZ 7.01 5.27 5.35 -
YUV 66.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 97 51 63 0 0.47 0.35 0.62 344.35 0.31 0.29
Hex 61 33 3F 0 2F 23 3E 158 1F 1D
Octal 141 63 77 0 57 43 76 530 37 35
Binary 1100001 110011 111111 0 101111 100011 111110 101011000 11111 11101

Color Harmonies of #61333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61333F

Black with #61333F

Text Example


Text Example

White with #61333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61333F; }

 p { color: rgb(97,51,63); }

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

background-color css

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

 a { background-color: rgb(97,51,63); }

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

border-color css

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

 span { border-color: rgb(97,51,63); }

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