Html Css Color HEX #4B2534 Castro

📋 copy color: '#4B2534'

red 75 ◦ green 37 ◦ blue 52

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

Shades of Castro #4B2534

Tints of Castro #4B2534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.56%

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

R = 45.73%
G = 22.56%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4B2534 (or 0x4B2534) is known color: Castro. HEX triplet: 4B, 25 and 34. RGB value is (75,37,52). Sum of RGB (Red+Green+Blue) = 75+37+52=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2534 is #B4DACB. Grayscale: #323232. Windows color (decimal): -11852492 or 3417419. OLE color: 3417419.

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

Color convert

RGB 75 37 52 -
CMYK 0 0.51 0.31 0.71
HSL 336.32º 0.34% 0.22% -
HSV(B) 336.32º 0.51% 0.29% -
XYZ 4.18 3.07 3.62 -
YUV 50.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 75 37 52 0 0.51 0.31 0.71 336.32 0.34 0.22
Hex 4B 25 34 0 33 1F 47 150 22 16
Octal 113 45 64 0 63 37 107 520 42 26
Binary 1001011 100101 110100 0 110011 11111 1000111 101010000 100010 10110

Color Harmonies of #4B2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2534

Black with #4B2534

Text Example


Text Example

White with #4B2534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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