Html Css Color HEX #412630 Castro

📋 copy color: '#412630'

red 65 ◦ green 38 ◦ blue 48

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

Shades of Castro #412630

Tints of Castro #412630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.17%

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

R = 43.05%
G = 25.17%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#412630 (or 0x412630) is known color: Castro. HEX triplet: 41, 26 and 30. RGB value is (65,38,48). Sum of RGB (Red+Green+Blue) = 65+38+48=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #412630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412630 is #BED9CF. Grayscale: #2F2F2F. Windows color (decimal): -12507600 or 3155521. OLE color: 3155521.

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

Color convert

RGB 65 38 48 -
CMYK 0 0.42 0.26 0.75
HSL 337.78º 0.26% 0.2% -
HSV(B) 337.78º 0.42% 0.25% -
XYZ 3.41 2.72 3.14 -
YUV 47.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 65 38 48 0 0.42 0.26 0.75 337.78 0.26 0.2
Hex 41 26 30 0 2A 1A 4B 152 1A 14
Octal 101 46 60 0 52 32 113 522 32 24
Binary 1000001 100110 110000 0 101010 11010 1001011 101010010 11010 10100

Color Harmonies of #412630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412630

Black with #412630

Text Example


Text Example

White with #412630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412630; }

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

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

background-color css

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

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

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

border-color css

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

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

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