Html Css Color HEX #633434 Persian Plum

📋 copy color: '#633434'

red 99 ◦ green 52 ◦ blue 52

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

Shades of Persian Plum #633434

Tints of Persian Plum #633434

RGB

 RED value IS 99 (39.06% from 255) = 48.77%

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

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

R = 48.77%
G = 25.62%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#633434 (or 0x633434) is known color: Persian Plum. HEX triplet: 63, 34 and 34. RGB value is (99,52,52). Sum of RGB (Red+Green+Blue) = 99+52+52=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #633434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633434 is #9CCBCB. Grayscale: #424242. Windows color (decimal): -10275788 or 3421283. OLE color: 3421283.

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

Color convert

RGB 99 52 52 -
CMYK 0 0.47 0.47 0.61
HSL 0.31% 0.3% -
HSV(B) 0.47% 0.39% -
XYZ 6.99 5.36 3.91 -
YUV 66.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 99 52 52 0 0.47 0.47 0.61 0 0.31 0.3
Hex 63 34 34 0 2F 2F 3D 0 1F 1E
Octal 143 64 64 0 57 57 75 0 37 36
Binary 1100011 110100 110100 0 101111 101111 111101 0 11111 11110

Color Harmonies of #633434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633434

Black with #633434

Text Example


Text Example

White with #633434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633434; }

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

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

background-color css

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

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

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

border-color css

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

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

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