Html Css Color HEX #64312F Persian Plum

📋 copy color: '#64312F'

red 100 ◦ green 49 ◦ blue 47

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

Shades of Persian Plum #64312F

Tints of Persian Plum #64312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 51.02%
G = 25%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64312F (or 0x64312F) is known color: Persian Plum. HEX triplet: 64, 31 and 2F. RGB value is (100,49,47). Sum of RGB (Red+Green+Blue) = 100+49+47=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64312F is #9BCED0. Grayscale: #404040. Windows color (decimal): -10211025 or 3092836. OLE color: 3092836.

HSL color Cylindrical-coordinate representation of color #64312F: hue angle of 2.26º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64312F is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 49 47 -
CMYK 0 0.51 0.53 0.61
HSL 2.26º 0.36% 0.29% -
HSV(B) 2.26º 0.53% 0.39% -
XYZ 6.87 5.11 3.31 -
YUV 64.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 100 49 47 0 0.51 0.53 0.61 2.26 0.36 0.29
Hex 64 31 2F 0 33 35 3D 2 24 1D
Octal 144 61 57 0 63 65 75 2 44 35
Binary 1100100 110001 101111 0 110011 110101 111101 10 100100 11101

Color Harmonies of #64312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64312F

Black with #64312F

Text Example


Text Example

White with #64312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,49,47); }

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

background-color css

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

 a { background-color: rgb(100,49,47); }

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

border-color css

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

 span { border-color: rgb(100,49,47); }

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