Html Css Color HEX #411525 Castro

📋 copy color: '#411525'

red 65 ◦ green 21 ◦ blue 37

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

Shades of Castro #411525

Tints of Castro #411525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

 BLUE value IS 37 (14.84% from 255) = 30.08%

R = 52.85%
G = 17.07%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#411525 (or 0x411525) is known color: Castro. HEX triplet: 41, 15 and 25. RGB value is (65,21,37). Sum of RGB (Red+Green+Blue) = 65+21+37=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #411525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411525 is #BEEADA. Grayscale: #232323. Windows color (decimal): -12511963 or 2430273. OLE color: 2430273.

HSL color Cylindrical-coordinate representation of color #411525: hue angle of 338.18º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411525 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 37 -
CMYK 0 0.68 0.43 0.75
HSL 338.18º 0.51% 0.17% -
HSV(B) 338.18º 0.68% 0.25% -
XYZ 2.78 1.79 1.95 -
YUV 35.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 65 21 37 0 0.68 0.43 0.75 338.18 0.51 0.17
Hex 41 15 25 0 44 2B 4B 152 33 11
Octal 101 25 45 0 104 53 113 522 63 21
Binary 1000001 10101 100101 0 1000100 101011 1001011 101010010 110011 10001

Color Harmonies of #411525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411525

Black with #411525

Text Example


Text Example

White with #411525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411525; }

 p { color: rgb(65,21,37); }

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

background-color css

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

 a { background-color: rgb(65,21,37); }

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

border-color css

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

 span { border-color: rgb(65,21,37); }

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