Html Css Color HEX #4B2735 Castro

📋 copy color: '#4B2735'

red 75 ◦ green 39 ◦ blue 53

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

Shades of Castro #4B2735

Tints of Castro #4B2735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.35%

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

R = 44.91%
G = 23.35%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B2735 (or 0x4B2735) is known color: Castro. HEX triplet: 4B, 27 and 35. RGB value is (75,39,53). Sum of RGB (Red+Green+Blue) = 75+39+53=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2735 is #B4D8CA. Grayscale: #333333. Windows color (decimal): -11851979 or 3483467. OLE color: 3483467.

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

Color convert

RGB 75 39 53 -
CMYK 0 0.48 0.29 0.71
HSL 336.67º 0.32% 0.22% -
HSV(B) 336.67º 0.48% 0.29% -
XYZ 4.27 3.2 3.76 -
YUV 51.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 75 39 53 0 0.48 0.29 0.71 336.67 0.32 0.22
Hex 4B 27 35 0 30 1D 47 151 20 16
Octal 113 47 65 0 60 35 107 521 40 26
Binary 1001011 100111 110101 0 110000 11101 1000111 101010001 100000 10110

Color Harmonies of #4B2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2735

Black with #4B2735

Text Example


Text Example

White with #4B2735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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