Html Css Color HEX #64304B Tawny Port

📋 copy color: '#64304B'

red 100 ◦ green 48 ◦ blue 75

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

Shades of Tawny Port #64304B

Tints of Tawny Port #64304B

RGB

 RED value IS 100 (39.45% from 255) = 44.84%

 GREEN value IS 48 (19.14% from 255) = 21.52%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 44.84%
G = 21.52%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64304B (or 0x64304B) is known color: Tawny Port. HEX triplet: 64, 30 and 4B. RGB value is (100,48,75). Sum of RGB (Red+Green+Blue) = 100+48+75=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #64304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64304B is #9BCFB4. Grayscale: #424242. Windows color (decimal): -10211253 or 4927588. OLE color: 4927588.

HSL color Cylindrical-coordinate representation of color #64304B: hue angle of 328.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64304B is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 48 75 -
CMYK 0 0.52 0.25 0.61
HSL 328.85º 0.35% 0.29% -
HSV(B) 328.85º 0.52% 0.39% -
XYZ 7.58 5.33 7.29 -
YUV 66.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 100 48 75 0 0.52 0.25 0.61 328.85 0.35 0.29
Hex 64 30 4B 0 34 19 3D 149 23 1D
Octal 144 60 113 0 64 31 75 511 43 35
Binary 1100100 110000 1001011 0 110100 11001 111101 101001001 100011 11101

Color Harmonies of #64304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64304B

Black with #64304B

Text Example


Text Example

White with #64304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64304B; }

 p { color: rgb(100,48,75); }

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

background-color css

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

 a { background-color: rgb(100,48,75); }

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

border-color css

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

 span { border-color: rgb(100,48,75); }

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