Html Css Color HEX #603433 Persian Plum

📋 copy color: '#603433'

red 96 ◦ green 52 ◦ blue 51

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

Shades of Persian Plum #603433

Tints of Persian Plum #603433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 48.24%
G = 26.13%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#603433 (or 0x603433) is known color: Persian Plum. HEX triplet: 60, 34 and 33. RGB value is (96,52,51). Sum of RGB (Red+Green+Blue) = 96+52+51=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603433 is #9FCBCC. Grayscale: #414141. Windows color (decimal): -10472397 or 3355744. OLE color: 3355744.

HSL color Cylindrical-coordinate representation of color #603433: hue angle of 1.33º 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 #603433 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 52 51 -
CMYK 0 0.46 0.47 0.62
HSL 1.33º 0.31% 0.29% -
HSV(B) 1.33º 0.47% 0.38% -
XYZ 6.65 5.18 3.78 -
YUV 65.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 96 52 51 0 0.46 0.47 0.62 1.33 0.31 0.29
Hex 60 34 33 0 2E 2F 3E 1 1F 1D
Octal 140 64 63 0 56 57 76 1 37 35
Binary 1100000 110100 110011 0 101110 101111 111110 1 11111 11101

Color Harmonies of #603433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603433

Black with #603433

Text Example


Text Example

White with #603433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603433; }

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

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

background-color css

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

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

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

border-color css

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

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

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