Html Css Color HEX #62302E Persian Plum

📋 copy color: '#62302E'

red 98 ◦ green 48 ◦ blue 46

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

Shades of Persian Plum #62302E

Tints of Persian Plum #62302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.96%

R = 51.04%
G = 25%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#62302E (or 0x62302E) is known color: Persian Plum. HEX triplet: 62, 30 and 2E. RGB value is (98,48,46). Sum of RGB (Red+Green+Blue) = 98+48+46=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62302E is #9DCFD1. Grayscale: #3E3E3E. Windows color (decimal): -10342354 or 3027042. OLE color: 3027042.

HSL color Cylindrical-coordinate representation of color #62302E: hue angle of 2.31º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62302E is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 48 46 -
CMYK 0 0.51 0.53 0.62
HSL 2.31º 0.36% 0.28% -
HSV(B) 2.31º 0.53% 0.38% -
XYZ 6.59 4.91 3.18 -
YUV 62.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 98 48 46 0 0.51 0.53 0.62 2.31 0.36 0.28
Hex 62 30 2E 0 33 35 3E 2 24 1C
Octal 142 60 56 0 63 65 76 2 44 34
Binary 1100010 110000 101110 0 110011 110101 111110 10 100100 11100

Color Harmonies of #62302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62302E

Black with #62302E

Text Example


Text Example

White with #62302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62302E; }

 p { color: rgb(98,48,46); }

 H1.HeaderClassName
 {
   color: #62302E;
 }
 .AnyTagClassName
 {
   color: #62302E;
 }
</style>

background-color css

<style>
 a { background-color: #62302E; }

 a { background-color: rgb(98,48,46); }

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

border-color css

<style>
 span { border-color: #62302E; }

 span { border-color: rgb(98,48,46); }

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