Html Css Color HEX #412830 Castro

📋 copy color: '#412830'

red 65 ◦ green 40 ◦ blue 48

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

Shades of Castro #412830

Tints of Castro #412830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.14%

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

R = 42.48%
G = 26.14%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#412830 (or 0x412830) is known color: Castro. HEX triplet: 41, 28 and 30. RGB value is (65,40,48). Sum of RGB (Red+Green+Blue) = 65+40+48=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #412830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412830 is #BED7CF. Grayscale: #303030. Windows color (decimal): -12507088 or 3156033. OLE color: 3156033.

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

Color convert

RGB 65 40 48 -
CMYK 0 0.38 0.26 0.75
HSL 340.8º 0.24% 0.21% -
HSV(B) 340.8º 0.38% 0.25% -
XYZ 3.47 2.85 3.16 -
YUV 48.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 65 40 48 0 0.38 0.26 0.75 340.8 0.24 0.21
Hex 41 28 30 0 26 1A 4B 155 18 15
Octal 101 50 60 0 46 32 113 525 30 25
Binary 1000001 101000 110000 0 100110 11010 1001011 101010101 11000 10101

Color Harmonies of #412830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412830

Black with #412830

Text Example


Text Example

White with #412830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412830; }

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

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

background-color css

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

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

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

border-color css

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

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

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