Html Css Color HEX #4B1529 Castro

📋 copy color: '#4B1529'

red 75 ◦ green 21 ◦ blue 41

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

Shades of Castro #4B1529

Tints of Castro #4B1529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.93%

R = 54.74%
G = 15.33%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4B1529 (or 0x4B1529) is known color: Castro. HEX triplet: 4B, 15 and 29. RGB value is (75,21,41). Sum of RGB (Red+Green+Blue) = 75+21+41=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1529 is #B4EAD6. Grayscale: #272727. Windows color (decimal): -11856599 or 2692427. OLE color: 2692427.

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

Color convert

RGB 75 21 41 -
CMYK 0 0.72 0.45 0.71
HSL 337.78º 0.56% 0.19% -
HSV(B) 337.78º 0.72% 0.29% -
XYZ 3.57 2.19 2.33 -
YUV 39.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 75 21 41 0 0.72 0.45 0.71 337.78 0.56 0.19
Hex 4B 15 29 0 48 2D 47 152 38 13
Octal 113 25 51 0 110 55 107 522 70 23
Binary 1001011 10101 101001 0 1001000 101101 1000111 101010010 111000 10011

Color Harmonies of #4B1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1529

Black with #4B1529

Text Example


Text Example

White with #4B1529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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