Html Css Color HEX #411323 Castro

📋 copy color: '#411323'

red 65 ◦ green 19 ◦ blue 35

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

Shades of Castro #411323

Tints of Castro #411323

RGB

 RED value IS 65 (25.78% from 255) = 54.62%

 GREEN value IS 19 (7.81% from 255) = 15.97%

 BLUE value IS 35 (14.06% from 255) = 29.41%

R = 54.62%
G = 15.97%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#411323 (or 0x411323) is known color: Castro. HEX triplet: 41, 13 and 23. RGB value is (65,19,35). Sum of RGB (Red+Green+Blue) = 65+19+35=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411323 is #BEECDC. Grayscale: #222222. Windows color (decimal): -12512477 or 2298689. OLE color: 2298689.

HSL color Cylindrical-coordinate representation of color #411323: hue angle of 339.13º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411323 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 19 35 -
CMYK 0 0.71 0.46 0.75
HSL 339.13º 0.55% 0.16% -
HSV(B) 339.13º 0.71% 0.25% -
XYZ 2.72 1.71 1.78 -
YUV 34.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 65 19 35 0 0.71 0.46 0.75 339.13 0.55 0.16
Hex 41 13 23 0 47 2E 4B 153 37 10
Octal 101 23 43 0 107 56 113 523 67 20
Binary 1000001 10011 100011 0 1000111 101110 1001011 101010011 110111 10000

Color Harmonies of #411323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411323

Black with #411323

Text Example


Text Example

White with #411323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411323; }

 p { color: rgb(65,19,35); }

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

background-color css

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

 a { background-color: rgb(65,19,35); }

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

border-color css

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

 span { border-color: rgb(65,19,35); }

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