Html Css Color HEX #62312F Persian Plum

📋 copy color: '#62312F'

red 98 ◦ green 49 ◦ blue 47

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

Shades of Persian Plum #62312F

Tints of Persian Plum #62312F

RGB

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

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

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

R = 50.52%
G = 25.26%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62312F (or 0x62312F) is known color: Persian Plum. HEX triplet: 62, 31 and 2F. RGB value is (98,49,47). Sum of RGB (Red+Green+Blue) = 98+49+47=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62312F is #9DCED0. Grayscale: #3F3F3F. Windows color (decimal): -10342097 or 3092834. OLE color: 3092834.

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

Color convert

RGB 98 49 47 -
CMYK 0 0.5 0.52 0.62
HSL 2.35º 0.35% 0.28% -
HSV(B) 2.35º 0.52% 0.38% -
XYZ 6.65 5 3.3 -
YUV 63.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 98 49 47 0 0.5 0.52 0.62 2.35 0.35 0.28
Hex 62 31 2F 0 32 34 3E 2 23 1C
Octal 142 61 57 0 62 64 76 2 43 34
Binary 1100010 110001 101111 0 110010 110100 111110 10 100011 11100

Color Harmonies of #62312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62312F

Black with #62312F

Text Example


Text Example

White with #62312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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