Html Css Color HEX #633333 Persian Plum

📋 copy color: '#633333'

red 99 ◦ green 51 ◦ blue 51

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

Shades of Persian Plum #633333

Tints of Persian Plum #633333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 49.25%
G = 25.37%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#633333 (or 0x633333) is known color: Persian Plum. HEX triplet: 63, 33 and 33. RGB value is (99,51,51). Sum of RGB (Red+Green+Blue) = 99+51+51=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #633333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633333 is #9CCCCC. Grayscale: #414141. Windows color (decimal): -10276045 or 3355491. OLE color: 3355491.

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

Color convert

RGB 99 51 51 -
CMYK 0 0.48 0.48 0.61
HSL 0.32% 0.29% -
HSV(B) 0.48% 0.39% -
XYZ 6.93 5.26 3.78 -
YUV 65.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 99 51 51 0 0.48 0.48 0.61 0 0.32 0.29
Hex 63 33 33 0 30 30 3D 0 20 1D
Octal 143 63 63 0 60 60 75 0 40 35
Binary 1100011 110011 110011 0 110000 110000 111101 0 100000 11101

Color Harmonies of #633333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633333

Black with #633333

Text Example


Text Example

White with #633333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633333; }

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

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

background-color css

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

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

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

border-color css

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

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

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