Html Css Color HEX #4B1E2F Castro

📋 copy color: '#4B1E2F'

red 75 ◦ green 30 ◦ blue 47

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

Shades of Castro #4B1E2F

Tints of Castro #4B1E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

 BLUE value IS 47 (18.75% from 255) = 30.92%

R = 49.34%
G = 19.74%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#4B1E2F (or 0x4B1E2F) is known color: Castro. HEX triplet: 4B, 1E and 2F. RGB value is (75,30,47). Sum of RGB (Red+Green+Blue) = 75+30+47=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1E2F is #B4E1D0. Grayscale: #2D2D2D. Windows color (decimal): -11854289 or 3087947. OLE color: 3087947.

HSL color Cylindrical-coordinate representation of color #4B1E2F: hue angle of 337.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B1E2F is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 30 47 -
CMYK 0 0.60 0.37 0.71
HSL 337.33º 0.43% 0.21% -
HSV(B) 337.33º 0.6% 0.29% -
XYZ 3.88 2.63 2.99 -
YUV 45.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 75 30 47 0 0.60 0.37 0.71 337.33 0.43 0.21
Hex 4B 1E 2F 0 3C 25 47 151 2B 15
Octal 113 36 57 0 74 45 107 521 53 25
Binary 1001011 11110 101111 0 111100 100101 1000111 101010001 101011 10101

Color Harmonies of #4B1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1E2F

Black with #4B1E2F

Text Example


Text Example

White with #4B1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,30,47); }

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

background-color css

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

 a { background-color: rgb(75,30,47); }

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

border-color css

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

 span { border-color: rgb(75,30,47); }

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