Html Css Color HEX #512033 Castro

📋 copy color: '#512033'

red 81 ◦ green 32 ◦ blue 51

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

Shades of Castro #512033

Tints of Castro #512033

RGB

 RED value IS 81 (32.03% from 255) = 49.39%

 GREEN value IS 32 (12.89% from 255) = 19.51%

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

R = 49.39%
G = 19.51%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#512033 (or 0x512033) is known color: Castro. HEX triplet: 51, 20 and 33. RGB value is (81,32,51). Sum of RGB (Red+Green+Blue) = 81+32+51=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #512033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512033 is #AEDFCC. Grayscale: #303030. Windows color (decimal): -11460557 or 3350609. OLE color: 3350609.

HSL color Cylindrical-coordinate representation of color #512033: hue angle of 336.73º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512033 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 51 -
CMYK 0 0.60 0.37 0.68
HSL 336.73º 0.43% 0.22% -
HSV(B) 336.73º 0.6% 0.32% -
XYZ 4.51 3.02 3.48 -
YUV 48.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 81 32 51 0 0.60 0.37 0.68 336.73 0.43 0.22
Hex 51 20 33 0 3C 25 44 151 2B 16
Octal 121 40 63 0 74 45 104 521 53 26
Binary 1010001 100000 110011 0 111100 100101 1000100 101010001 101011 10110

Color Harmonies of #512033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512033

Black with #512033

Text Example


Text Example

White with #512033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512033; }

 p { color: rgb(81,32,51); }

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

background-color css

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

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

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

border-color css

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

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

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