Html Css Color HEX #603434 Persian Plum

📋 copy color: '#603434'

red 96 ◦ green 52 ◦ blue 52

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

Shades of Persian Plum #603434

Tints of Persian Plum #603434

RGB

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

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

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

R = 48%
G = 26%
B = 26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#603434 (or 0x603434) is known color: Persian Plum. HEX triplet: 60, 34 and 34. RGB value is (96,52,52). Sum of RGB (Red+Green+Blue) = 96+52+52=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #603434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603434 is #9FCBCB. Grayscale: #414141. Windows color (decimal): -10472396 or 3421280. OLE color: 3421280.

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

Color convert

RGB 96 52 52 -
CMYK 0 0.46 0.46 0.62
HSL 0.3% 0.29% -
HSV(B) 0.46% 0.38% -
XYZ 6.67 5.19 3.9 -
YUV 65.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 96 52 52 0 0.46 0.46 0.62 0 0.3 0.29
Hex 60 34 34 0 2E 2E 3E 0 1E 1D
Octal 140 64 64 0 56 56 76 0 36 35
Binary 1100000 110100 110100 0 101110 101110 111110 0 11110 11101

Color Harmonies of #603434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603434

Black with #603434

Text Example


Text Example

White with #603434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603434; }

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

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

background-color css

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

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

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

border-color css

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

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

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