Html Css Color HEX #4B2834 Castro

📋 copy color: '#4B2834'

red 75 ◦ green 40 ◦ blue 52

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

Shades of Castro #4B2834

Tints of Castro #4B2834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.95%

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 44.91%
G = 23.95%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4B2834 (or 0x4B2834) is known color: Castro. HEX triplet: 4B, 28 and 34. RGB value is (75,40,52). Sum of RGB (Red+Green+Blue) = 75+40+52=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2834 is #B4D7CB. Grayscale: #333333. Windows color (decimal): -11851724 or 3418187. OLE color: 3418187.

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

Color convert

RGB 75 40 52 -
CMYK 0 0.47 0.31 0.71
HSL 339.43º 0.3% 0.23% -
HSV(B) 339.43º 0.47% 0.29% -
XYZ 4.28 3.26 3.65 -
YUV 51.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 75 40 52 0 0.47 0.31 0.71 339.43 0.3 0.23
Hex 4B 28 34 0 2F 1F 47 153 1E 17
Octal 113 50 64 0 57 37 107 523 36 27
Binary 1001011 101000 110100 0 101111 11111 1000111 101010011 11110 10111

Color Harmonies of #4B2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2834

Black with #4B2834

Text Example


Text Example

White with #4B2834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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