Html Css Color HEX #51172D Castro

📋 copy color: '#51172D'

red 81 ◦ green 23 ◦ blue 45

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

Shades of Castro #51172D

Tints of Castro #51172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.44%

 BLUE value IS 45 (17.97% from 255) = 30.2%

R = 54.36%
G = 15.44%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#51172D (or 0x51172D) is known color: Castro. HEX triplet: 51, 17 and 2D. RGB value is (81,23,45). Sum of RGB (Red+Green+Blue) = 81+23+45=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51172D is #AEE8D2. Grayscale: #2A2A2A. Windows color (decimal): -11462867 or 2955089. OLE color: 2955089.

HSL color Cylindrical-coordinate representation of color #51172D: hue angle of 337.24º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51172D is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 45 -
CMYK 0 0.72 0.44 0.68
HSL 337.24º 0.56% 0.2% -
HSV(B) 337.24º 0.72% 0.32% -
XYZ 4.17 2.55 2.76 -
YUV 42.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 81 23 45 0 0.72 0.44 0.68 337.24 0.56 0.2
Hex 51 17 2D 0 48 2C 44 151 38 14
Octal 121 27 55 0 110 54 104 521 70 24
Binary 1010001 10111 101101 0 1001000 101100 1000100 101010001 111000 10100

Color Harmonies of #51172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51172D

Black with #51172D

Text Example


Text Example

White with #51172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51172D; }

 p { color: rgb(81,23,45); }

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

background-color css

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

 a { background-color: rgb(81,23,45); }

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

border-color css

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

 span { border-color: rgb(81,23,45); }

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