Html Css Color HEX #623434 Persian Plum

📋 copy color: '#623434'

red 98 ◦ green 52 ◦ blue 52

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

Shades of Persian Plum #623434

Tints of Persian Plum #623434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 52 (20.7% from 255) = 25.74%

R = 48.51%
G = 25.74%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#623434 (or 0x623434) is known color: Persian Plum. HEX triplet: 62, 34 and 34. RGB value is (98,52,52). Sum of RGB (Red+Green+Blue) = 98+52+52=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #623434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623434 is #9DCBCB. Grayscale: #414141. Windows color (decimal): -10341324 or 3421282. OLE color: 3421282.

HSL color Cylindrical-coordinate representation of color #623434: hue angle of 0º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #623434 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 52 52 -
CMYK 0 0.47 0.47 0.62
HSL 0.31% 0.29% -
HSV(B) 0.47% 0.38% -
XYZ 6.88 5.3 3.91 -
YUV 65.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 98 52 52 0 0.47 0.47 0.62 0 0.31 0.29
Hex 62 34 34 0 2F 2F 3E 0 1F 1D
Octal 142 64 64 0 57 57 76 0 37 35
Binary 1100010 110100 110100 0 101111 101111 111110 0 11111 11101

Color Harmonies of #623434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623434

Black with #623434

Text Example


Text Example

White with #623434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623434; }

 p { color: rgb(98,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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