Html Css Color HEX #512237 Castro

📋 copy color: '#512237'

red 81 ◦ green 34 ◦ blue 55

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

Shades of Castro #512237

Tints of Castro #512237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20%

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 47.65%
G = 20%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#512237 (or 0x512237) is known color: Castro. HEX triplet: 51, 22 and 37. RGB value is (81,34,55). Sum of RGB (Red+Green+Blue) = 81+34+55=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512237 is #AEDDC8. Grayscale: #323232. Windows color (decimal): -11460041 or 3613265. OLE color: 3613265.

HSL color Cylindrical-coordinate representation of color #512237: hue angle of 333.19º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512237 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 55 -
CMYK 0 0.58 0.32 0.68
HSL 333.19º 0.41% 0.23% -
HSV(B) 333.19º 0.58% 0.32% -
XYZ 4.65 3.17 3.98 -
YUV 50.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 81 34 55 0 0.58 0.32 0.68 333.19 0.41 0.23
Hex 51 22 37 0 3A 20 44 14D 29 17
Octal 121 42 67 0 72 40 104 515 51 27
Binary 1010001 100010 110111 0 111010 100000 1000100 101001101 101001 10111

Color Harmonies of #512237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512237

Black with #512237

Text Example


Text Example

White with #512237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512237; }

 p { color: rgb(81,34,55); }

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

background-color css

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

 a { background-color: rgb(81,34,55); }

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

border-color css

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

 span { border-color: rgb(81,34,55); }

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