Html Css Color HEX #4B212C Castro

📋 copy color: '#4B212C'

red 75 ◦ green 33 ◦ blue 44

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

Shades of Castro #4B212C

Tints of Castro #4B212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

 BLUE value IS 44 (17.58% from 255) = 28.95%

R = 49.34%
G = 21.71%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#4B212C (or 0x4B212C) is known color: Castro. HEX triplet: 4B, 21 and 2C. RGB value is (75,33,44). Sum of RGB (Red+Green+Blue) = 75+33+44=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B212C is #B4DED3. Grayscale: #2E2E2E. Windows color (decimal): -11853524 or 2892107. OLE color: 2892107.

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

Color convert

RGB 75 33 44 -
CMYK 0 0.56 0.41 0.71
HSL 344.29º 0.39% 0.21% -
HSV(B) 344.29º 0.56% 0.29% -
XYZ 3.9 2.77 2.71 -
YUV 46.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 75 33 44 0 0.56 0.41 0.71 344.29 0.39 0.21
Hex 4B 21 2C 0 38 29 47 158 27 15
Octal 113 41 54 0 70 51 107 530 47 25
Binary 1001011 100001 101100 0 111000 101001 1000111 101011000 100111 10101

Color Harmonies of #4B212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B212C

Black with #4B212C

Text Example


Text Example

White with #4B212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,44); }

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

background-color css

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

 a { background-color: rgb(75,33,44); }

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

border-color css

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

 span { border-color: rgb(75,33,44); }

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