Html Css Color HEX #201153 Paua

📋 copy color: '#201153'

red 32 ◦ green 17 ◦ blue 83

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

Shades of Paua #201153

Tints of Paua #201153

RGB

 RED value IS 32 (12.89% from 255) = 24.24%

 GREEN value IS 17 (7.03% from 255) = 12.88%

 BLUE value IS 83 (32.81% from 255) = 62.88%

R = 24.24%
G = 12.88%
B = 62.88%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201153 (or 0x201153) is known color: Paua. HEX triplet: 20, 11 and 53. RGB value is (32,17,83). Sum of RGB (Red+Green+Blue) = 32+17+83=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #201153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201153 is #DFEEAC. Grayscale: #1C1C1C. Windows color (decimal): -14675629 or 5443872. OLE color: 5443872.

HSL color Cylindrical-coordinate representation of color #201153: hue angle of 253.64º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201153 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 17 83 -
CMYK 0.61 0.80 0 0.67
HSL 253.64º 0.66% 0.2% -
HSV(B) 253.64º 0.8% 0.33% -
XYZ 2.36 1.33 8.32 -
YUV 29.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 32 17 83 0.61 0.80 0 0.67 253.64 0.66 0.2
Hex 20 11 53 3D 50 0 43 FE 42 14
Octal 40 21 123 75 120 0 103 376 102 24
Binary 100000 10001 1010011 111101 1010000 0 1000011 11111110 1000010 10100

Color Harmonies of #201153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201153

Black with #201153

Text Example


Text Example

White with #201153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201153; }

 p { color: rgb(32,17,83); }

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

background-color css

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

 a { background-color: rgb(32,17,83); }

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

border-color css

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

 span { border-color: rgb(32,17,83); }

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