Html Css Color HEX #4B2531 Castro

📋 copy color: '#4B2531'

red 75 ◦ green 37 ◦ blue 49

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

Shades of Castro #4B2531

Tints of Castro #4B2531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.43%

R = 46.58%
G = 22.98%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#4B2531 (or 0x4B2531) is known color: Castro. HEX triplet: 4B, 25 and 31. RGB value is (75,37,49). Sum of RGB (Red+Green+Blue) = 75+37+49=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2531 is #B4DACE. Grayscale: #313131. Windows color (decimal): -11852495 or 3220811. OLE color: 3220811.

HSL color Cylindrical-coordinate representation of color #4B2531: hue angle of 341.05º 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 #4B2531 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 37 49 -
CMYK 0 0.51 0.35 0.71
HSL 341.05º 0.34% 0.22% -
HSV(B) 341.05º 0.51% 0.29% -
XYZ 4.12 3.04 3.28 -
YUV 49.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 75 37 49 0 0.51 0.35 0.71 341.05 0.34 0.22
Hex 4B 25 31 0 33 23 47 155 22 16
Octal 113 45 61 0 63 43 107 525 42 26
Binary 1001011 100101 110001 0 110011 100011 1000111 101010101 100010 10110

Color Harmonies of #4B2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2531

Black with #4B2531

Text Example


Text Example

White with #4B2531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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