Html Css Color HEX #54172F Castro

📋 copy color: '#54172F'

red 84 ◦ green 23 ◦ blue 47

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

Shades of Castro #54172F

Tints of Castro #54172F

RGB

 RED value IS 84 (33.2% from 255) = 54.55%

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

 BLUE value IS 47 (18.75% from 255) = 30.52%

R = 54.55%
G = 14.94%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#54172F (or 0x54172F) is known color: Castro. HEX triplet: 54, 17 and 2F. RGB value is (84,23,47). Sum of RGB (Red+Green+Blue) = 84+23+47=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #54172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54172F is #ABE8D0. Grayscale: #2B2B2B. Windows color (decimal): -11266257 or 3086164. OLE color: 3086164.

HSL color Cylindrical-coordinate representation of color #54172F: hue angle of 336.39º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54172F is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 23 47 -
CMYK 0 0.73 0.44 0.67
HSL 336.39º 0.57% 0.21% -
HSV(B) 336.39º 0.73% 0.33% -
XYZ 4.48 2.7 2.98 -
YUV 43.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 84 23 47 0 0.73 0.44 0.67 336.39 0.57 0.21
Hex 54 17 2F 0 49 2C 43 150 39 15
Octal 124 27 57 0 111 54 103 520 71 25
Binary 1010100 10111 101111 0 1001001 101100 1000011 101010000 111001 10101

Color Harmonies of #54172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54172F

Black with #54172F

Text Example


Text Example

White with #54172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54172F; }

 p { color: rgb(84,23,47); }

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

background-color css

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

 a { background-color: rgb(84,23,47); }

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

border-color css

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

 span { border-color: rgb(84,23,47); }

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