Html Css Color HEX #4B2535 Castro

📋 copy color: '#4B2535'

red 75 ◦ green 37 ◦ blue 53

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

Shades of Castro #4B2535

Tints of Castro #4B2535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.42%

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

R = 45.45%
G = 22.42%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B2535 (or 0x4B2535) is known color: Castro. HEX triplet: 4B, 25 and 35. RGB value is (75,37,53). Sum of RGB (Red+Green+Blue) = 75+37+53=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2535 is #B4DACA. Grayscale: #323232. Windows color (decimal): -11852491 or 3482955. OLE color: 3482955.

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

Color convert

RGB 75 37 53 -
CMYK 0 0.51 0.29 0.71
HSL 334.74º 0.34% 0.22% -
HSV(B) 334.74º 0.51% 0.29% -
XYZ 4.21 3.08 3.74 -
YUV 50.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 75 37 53 0 0.51 0.29 0.71 334.74 0.34 0.22
Hex 4B 25 35 0 33 1D 47 14F 22 16
Octal 113 45 65 0 63 35 107 517 42 26
Binary 1001011 100101 110101 0 110011 11101 1000111 101001111 100010 10110

Color Harmonies of #4B2535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2535

Black with #4B2535

Text Example


Text Example

White with #4B2535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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