Html Css Color HEX #623230 Persian Plum

📋 copy color: '#623230'

red 98 ◦ green 50 ◦ blue 48

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

Shades of Persian Plum #623230

Tints of Persian Plum #623230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.49%

R = 50%
G = 25.51%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#623230 (or 0x623230) is known color: Persian Plum. HEX triplet: 62, 32 and 30. RGB value is (98,50,48). Sum of RGB (Red+Green+Blue) = 98+50+48=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #623230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623230 is #9DCDCF. Grayscale: #404040. Windows color (decimal): -10341840 or 3158626. OLE color: 3158626.

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

Color convert

RGB 98 50 48 -
CMYK 0 0.49 0.51 0.62
HSL 2.4º 0.34% 0.29% -
HSV(B) 2.4º 0.51% 0.38% -
XYZ 6.71 5.09 3.43 -
YUV 64.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 98 50 48 0 0.49 0.51 0.62 2.4 0.34 0.29
Hex 62 32 30 0 31 33 3E 2 22 1D
Octal 142 62 60 0 61 63 76 2 42 35
Binary 1100010 110010 110000 0 110001 110011 111110 10 100010 11101

Color Harmonies of #623230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623230

Black with #623230

Text Example


Text Example

White with #623230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623230; }

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

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

background-color css

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

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

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

border-color css

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

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

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