Html Css Color HEX #4B1528 Castro

📋 copy color: '#4B1528'

red 75 ◦ green 21 ◦ blue 40

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

Shades of Castro #4B1528

Tints of Castro #4B1528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

 BLUE value IS 40 (16.02% from 255) = 29.41%

R = 55.15%
G = 15.44%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B1528 (or 0x4B1528) is known color: Castro. HEX triplet: 4B, 15 and 28. RGB value is (75,21,40). Sum of RGB (Red+Green+Blue) = 75+21+40=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1528 is #B4EAD7. Grayscale: #272727. Windows color (decimal): -11856600 or 2626891. OLE color: 2626891.

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

Color convert

RGB 75 21 40 -
CMYK 0 0.72 0.47 0.71
HSL 338.89º 0.56% 0.19% -
HSV(B) 338.89º 0.72% 0.29% -
XYZ 3.55 2.19 2.24 -
YUV 39.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 75 21 40 0 0.72 0.47 0.71 338.89 0.56 0.19
Hex 4B 15 28 0 48 2F 47 153 38 13
Octal 113 25 50 0 110 57 107 523 70 23
Binary 1001011 10101 101000 0 1001000 101111 1000111 101010011 111000 10011

Color Harmonies of #4B1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1528

Black with #4B1528

Text Example


Text Example

White with #4B1528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,21,40); }

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

background-color css

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

 a { background-color: rgb(75,21,40); }

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

border-color css

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

 span { border-color: rgb(75,21,40); }

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