Html Css Color HEX #512236 Castro

📋 copy color: '#512236'

red 81 ◦ green 34 ◦ blue 54

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

Shades of Castro #512236

Tints of Castro #512236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.95%

R = 47.93%
G = 20.12%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#512236 (or 0x512236) is known color: Castro. HEX triplet: 51, 22 and 36. RGB value is (81,34,54). Sum of RGB (Red+Green+Blue) = 81+34+54=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #512236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512236 is #AEDDC9. Grayscale: #323232. Windows color (decimal): -11460042 or 3547729. OLE color: 3547729.

HSL color Cylindrical-coordinate representation of color #512236: hue angle of 334.47º 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 #512236 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 54 -
CMYK 0 0.58 0.33 0.68
HSL 334.47º 0.41% 0.23% -
HSV(B) 334.47º 0.58% 0.32% -
XYZ 4.63 3.16 3.86 -
YUV 50.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 81 34 54 0 0.58 0.33 0.68 334.47 0.41 0.23
Hex 51 22 36 0 3A 21 44 14E 29 17
Octal 121 42 66 0 72 41 104 516 51 27
Binary 1010001 100010 110110 0 111010 100001 1000100 101001110 101001 10111

Color Harmonies of #512236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512236

Black with #512236

Text Example


Text Example

White with #512236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512236; }

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

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

background-color css

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

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

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

border-color css

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

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

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