Html Css Color HEX #471728 Castro

📋 copy color: '#471728'

red 71 ◦ green 23 ◦ blue 40

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

Shades of Castro #471728

Tints of Castro #471728

RGB

 RED value IS 71 (28.13% from 255) = 52.99%

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

 BLUE value IS 40 (16.02% from 255) = 29.85%

R = 52.99%
G = 17.16%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#471728 (or 0x471728) is known color: Castro. HEX triplet: 47, 17 and 28. RGB value is (71,23,40). Sum of RGB (Red+Green+Blue) = 71+23+40=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471728 is #B8E8D7. Grayscale: #272727. Windows color (decimal): -12118232 or 2627399. OLE color: 2627399.

HSL color Cylindrical-coordinate representation of color #471728: hue angle of 338.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471728 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 23 40 -
CMYK 0 0.68 0.44 0.72
HSL 338.75º 0.51% 0.18% -
HSV(B) 338.75º 0.68% 0.28% -
XYZ 3.29 2.11 2.24 -
YUV 39.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 71 23 40 0 0.68 0.44 0.72 338.75 0.51 0.18
Hex 47 17 28 0 44 2C 48 153 33 12
Octal 107 27 50 0 104 54 110 523 63 22
Binary 1000111 10111 101000 0 1000100 101100 1001000 101010011 110011 10010

Color Harmonies of #471728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471728

Black with #471728

Text Example


Text Example

White with #471728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471728; }

 p { color: rgb(71,23,40); }

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

background-color css

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

 a { background-color: rgb(71,23,40); }

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

border-color css

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

 span { border-color: rgb(71,23,40); }

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