Html Css Color HEX #412530 Castro

📋 copy color: '#412530'

red 65 ◦ green 37 ◦ blue 48

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

Shades of Castro #412530

Tints of Castro #412530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

 BLUE value IS 48 (19.14% from 255) = 32%

R = 43.33%
G = 24.67%
B = 32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#412530 (or 0x412530) is known color: Castro. HEX triplet: 41, 25 and 30. RGB value is (65,37,48). Sum of RGB (Red+Green+Blue) = 65+37+48=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #412530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412530 is #BEDACF. Grayscale: #2E2E2E. Windows color (decimal): -12507856 or 3155265. OLE color: 3155265.

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

Color convert

RGB 65 37 48 -
CMYK 0 0.43 0.26 0.75
HSL 336.43º 0.27% 0.2% -
HSV(B) 336.43º 0.43% 0.25% -
XYZ 3.38 2.66 3.13 -
YUV 46.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 65 37 48 0 0.43 0.26 0.75 336.43 0.27 0.2
Hex 41 25 30 0 2B 1A 4B 150 1B 14
Octal 101 45 60 0 53 32 113 520 33 24
Binary 1000001 100101 110000 0 101011 11010 1001011 101010000 11011 10100

Color Harmonies of #412530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412530

Black with #412530

Text Example


Text Example

White with #412530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412530; }

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

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

background-color css

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

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

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

border-color css

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

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

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