Html Css Color HEX #4B2135 Castro

📋 copy color: '#4B2135'

red 75 ◦ green 33 ◦ blue 53

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

Shades of Castro #4B2135

Tints of Castro #4B2135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

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

R = 46.58%
G = 20.5%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B2135 (or 0x4B2135) is known color: Castro. HEX triplet: 4B, 21 and 35. RGB value is (75,33,53). Sum of RGB (Red+Green+Blue) = 75+33+53=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2135 is #B4DECA. Grayscale: #2F2F2F. Windows color (decimal): -11853515 or 3481931. OLE color: 3481931.

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

Color convert

RGB 75 33 53 -
CMYK 0 0.56 0.29 0.71
HSL 331.43º 0.39% 0.21% -
HSV(B) 331.43º 0.56% 0.29% -
XYZ 4.09 2.84 3.7 -
YUV 47.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 75 33 53 0 0.56 0.29 0.71 331.43 0.39 0.21
Hex 4B 21 35 0 38 1D 47 14B 27 15
Octal 113 41 65 0 70 35 107 513 47 25
Binary 1001011 100001 110101 0 111000 11101 1000111 101001011 100111 10101

Color Harmonies of #4B2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2135

Black with #4B2135

Text Example


Text Example

White with #4B2135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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