Html Css Color HEX #64322F Persian Plum

📋 copy color: '#64322F'

red 100 ◦ green 50 ◦ blue 47

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

Shades of Persian Plum #64322F

Tints of Persian Plum #64322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 50.76%
G = 25.38%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64322F (or 0x64322F) is known color: Persian Plum. HEX triplet: 64, 32 and 2F. RGB value is (100,50,47). Sum of RGB (Red+Green+Blue) = 100+50+47=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64322F is #9BCDD0. Grayscale: #404040. Windows color (decimal): -10210769 or 3093092. OLE color: 3093092.

HSL color Cylindrical-coordinate representation of color #64322F: hue angle of 3.4º 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 #64322F is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 50 47 -
CMYK 0 0.50 0.53 0.61
HSL 3.4º 0.36% 0.29% -
HSV(B) 3.4º 0.53% 0.39% -
XYZ 6.91 5.2 3.33 -
YUV 64.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 100 50 47 0 0.50 0.53 0.61 3.4 0.36 0.29
Hex 64 32 2F 0 32 35 3D 3 24 1D
Octal 144 62 57 0 62 65 75 3 44 35
Binary 1100100 110010 101111 0 110010 110101 111101 11 100100 11101

Color Harmonies of #64322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64322F

Black with #64322F

Text Example


Text Example

White with #64322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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