Html Css Color HEX #603432 Persian Plum

📋 copy color: '#603432'

red 96 ◦ green 52 ◦ blue 50

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

Shades of Persian Plum #603432

Tints of Persian Plum #603432

RGB

 RED value IS 96 (37.89% from 255) = 48.48%

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

 BLUE value IS 50 (19.92% from 255) = 25.25%

R = 48.48%
G = 26.26%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#603432 (or 0x603432) is known color: Persian Plum. HEX triplet: 60, 34 and 32. RGB value is (96,52,50). Sum of RGB (Red+Green+Blue) = 96+52+50=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #603432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603432 is #9FCBCD. Grayscale: #404040. Windows color (decimal): -10472398 or 3290208. OLE color: 3290208.

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

Color convert

RGB 96 52 50 -
CMYK 0 0.46 0.48 0.62
HSL 2.61º 0.32% 0.29% -
HSV(B) 2.61º 0.48% 0.38% -
XYZ 6.63 5.17 3.67 -
YUV 64.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 96 52 50 0 0.46 0.48 0.62 2.61 0.32 0.29
Hex 60 34 32 0 2E 30 3E 3 20 1D
Octal 140 64 62 0 56 60 76 3 40 35
Binary 1100000 110100 110010 0 101110 110000 111110 11 100000 11101

Color Harmonies of #603432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603432

Black with #603432

Text Example


Text Example

White with #603432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603432; }

 p { color: rgb(96,52,50); }

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

background-color css

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

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

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

border-color css

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

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

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