Html Css Color HEX #622F2D Persian Plum

📋 copy color: '#622F2D'

red 98 ◦ green 47 ◦ blue 45

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

Shades of Persian Plum #622F2D

Tints of Persian Plum #622F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.74%

 BLUE value IS 45 (17.97% from 255) = 23.68%

R = 51.58%
G = 24.74%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#622F2D (or 0x622F2D) is known color: Persian Plum. HEX triplet: 62, 2F and 2D. RGB value is (98,47,45). Sum of RGB (Red+Green+Blue) = 98+47+45=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #622F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622F2D is #9DD0D2. Grayscale: #3E3E3E. Windows color (decimal): -10342611 or 2961250. OLE color: 2961250.

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

Color convert

RGB 98 47 45 -
CMYK 0 0.52 0.54 0.62
HSL 2.26º 0.37% 0.28% -
HSV(B) 2.26º 0.54% 0.38% -
XYZ 6.53 4.82 3.07 -
YUV 62.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 98 47 45 0 0.52 0.54 0.62 2.26 0.37 0.28
Hex 62 2F 2D 0 34 36 3E 2 25 1C
Octal 142 57 55 0 64 66 76 2 45 34
Binary 1100010 101111 101101 0 110100 110110 111110 10 100101 11100

Color Harmonies of #622F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622F2D

Black with #622F2D

Text Example


Text Example

White with #622F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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