Html Css Color HEX #41222D Castro

📋 copy color: '#41222D'

red 65 ◦ green 34 ◦ blue 45

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

Shades of Castro #41222D

Tints of Castro #41222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.61%

 BLUE value IS 45 (17.97% from 255) = 31.25%

R = 45.14%
G = 23.61%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41222D (or 0x41222D) is known color: Castro. HEX triplet: 41, 22 and 2D. RGB value is (65,34,45). Sum of RGB (Red+Green+Blue) = 65+34+45=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41222D is #BEDDD2. Grayscale: #2C2C2C. Windows color (decimal): -12508627 or 2957889. OLE color: 2957889.

HSL color Cylindrical-coordinate representation of color #41222D: hue angle of 338.71º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41222D is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 34 45 -
CMYK 0 0.48 0.31 0.75
HSL 338.71º 0.31% 0.19% -
HSV(B) 338.71º 0.48% 0.25% -
XYZ 3.23 2.46 2.79 -
YUV 44.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 65 34 45 0 0.48 0.31 0.75 338.71 0.31 0.19
Hex 41 22 2D 0 30 1F 4B 153 1F 13
Octal 101 42 55 0 60 37 113 523 37 23
Binary 1000001 100010 101101 0 110000 11111 1001011 101010011 11111 10011

Color Harmonies of #41222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41222D

Black with #41222D

Text Example


Text Example

White with #41222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41222D; }

 p { color: rgb(65,34,45); }

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

background-color css

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

 a { background-color: rgb(65,34,45); }

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

border-color css

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

 span { border-color: rgb(65,34,45); }

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