Html Css Color HEX #633430 Persian Plum

📋 copy color: '#633430'

red 99 ◦ green 52 ◦ blue 48

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

Shades of Persian Plum #633430

Tints of Persian Plum #633430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 49.75%
G = 26.13%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#633430 (or 0x633430) is known color: Persian Plum. HEX triplet: 63, 34 and 30. RGB value is (99,52,48). Sum of RGB (Red+Green+Blue) = 99+52+48=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #633430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633430 is #9CCBCF. Grayscale: #414141. Windows color (decimal): -10275792 or 3159139. OLE color: 3159139.

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

Color convert

RGB 99 52 48 -
CMYK 0 0.47 0.52 0.61
HSL 4.71º 0.35% 0.29% -
HSV(B) 4.71º 0.52% 0.39% -
XYZ 6.91 5.32 3.46 -
YUV 65.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 99 52 48 0 0.47 0.52 0.61 4.71 0.35 0.29
Hex 63 34 30 0 2F 34 3D 5 23 1D
Octal 143 64 60 0 57 64 75 5 43 35
Binary 1100011 110100 110000 0 101111 110100 111101 101 100011 11101

Color Harmonies of #633430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633430

Black with #633430

Text Example


Text Example

White with #633430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633430; }

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

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

background-color css

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

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

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

border-color css

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

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

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