Html Css Color HEX #673434 Persian Plum

📋 copy color: '#673434'

red 103 ◦ green 52 ◦ blue 52

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

Shades of Persian Plum #673434

Tints of Persian Plum #673434

RGB

 RED value IS 103 (40.63% from 255) = 49.76%

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

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

R = 49.76%
G = 25.12%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#673434 (or 0x673434) is known color: Persian Plum. HEX triplet: 67, 34 and 34. RGB value is (103,52,52). Sum of RGB (Red+Green+Blue) = 103+52+52=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #673434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673434 is #98CBCB. Grayscale: #434343. Windows color (decimal): -10013644 or 3421287. OLE color: 3421287.

HSL color Cylindrical-coordinate representation of color #673434: hue angle of 0º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673434 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 52 52 -
CMYK 0 0.50 0.50 0.60
HSL 0.33% 0.3% -
HSV(B) 0.5% 0.4% -
XYZ 7.44 5.59 3.94 -
YUV 67.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 103 52 52 0 0.50 0.50 0.60 0 0.33 0.3
Hex 67 34 34 0 32 32 3C 0 21 1E
Octal 147 64 64 0 62 62 74 0 41 36
Binary 1100111 110100 110100 0 110010 110010 111100 0 100001 11110

Color Harmonies of #673434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673434

Black with #673434

Text Example


Text Example

White with #673434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673434; }

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

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

background-color css

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

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

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

border-color css

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

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

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