Html Css Color HEX #4B2235 Castro

📋 copy color: '#4B2235'

red 75 ◦ green 34 ◦ blue 53

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

Shades of Castro #4B2235

Tints of Castro #4B2235

RGB

 RED value IS 75 (29.69% from 255) = 46.3%

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

 BLUE value IS 53 (21.09% from 255) = 32.72%

R = 46.3%
G = 20.99%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B2235 (or 0x4B2235) is known color: Castro. HEX triplet: 4B, 22 and 35. RGB value is (75,34,53). Sum of RGB (Red+Green+Blue) = 75+34+53=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2235 is #B4DDCA. Grayscale: #303030. Windows color (decimal): -11853259 or 3482187. OLE color: 3482187.

HSL color Cylindrical-coordinate representation of color #4B2235: hue angle of 332.2º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2235 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 34 53 -
CMYK 0 0.55 0.29 0.71
HSL 332.2º 0.38% 0.21% -
HSV(B) 332.2º 0.55% 0.29% -
XYZ 4.12 2.9 3.71 -
YUV 48.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 75 34 53 0 0.55 0.29 0.71 332.2 0.38 0.21
Hex 4B 22 35 0 37 1D 47 14C 26 15
Octal 113 42 65 0 67 35 107 514 46 25
Binary 1001011 100010 110101 0 110111 11101 1000111 101001100 100110 10101

Color Harmonies of #4B2235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2235

Black with #4B2235

Text Example


Text Example

White with #4B2235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B2235; }

 p { color: rgb(75,34,53); }

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

background-color css

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

 a { background-color: rgb(75,34,53); }

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

border-color css

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

 span { border-color: rgb(75,34,53); }

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