Html Css Color HEX #4B2234 Castro

📋 copy color: '#4B2234'

red 75 ◦ green 34 ◦ blue 52

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

Shades of Castro #4B2234

Tints of Castro #4B2234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

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

R = 46.58%
G = 21.12%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4B2234 (or 0x4B2234) is known color: Castro. HEX triplet: 4B, 22 and 34. RGB value is (75,34,52). Sum of RGB (Red+Green+Blue) = 75+34+52=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2234 is #B4DDCB. Grayscale: #303030. Windows color (decimal): -11853260 or 3416651. OLE color: 3416651.

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

Color convert

RGB 75 34 52 -
CMYK 0 0.55 0.31 0.71
HSL 333.66º 0.38% 0.21% -
HSV(B) 333.66º 0.55% 0.29% -
XYZ 4.09 2.89 3.59 -
YUV 48.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 75 34 52 0 0.55 0.31 0.71 333.66 0.38 0.21
Hex 4B 22 34 0 37 1F 47 14E 26 15
Octal 113 42 64 0 67 37 107 516 46 25
Binary 1001011 100010 110100 0 110111 11111 1000111 101001110 100110 10101

Color Harmonies of #4B2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2234

Black with #4B2234

Text Example


Text Example

White with #4B2234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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