Html Css Color HEX #4B2334 Castro

📋 copy color: '#4B2334'

red 75 ◦ green 35 ◦ blue 52

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

Shades of Castro #4B2334

Tints of Castro #4B2334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.6%

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

R = 46.3%
G = 21.6%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4B2334 (or 0x4B2334) is known color: Castro. HEX triplet: 4B, 23 and 34. RGB value is (75,35,52). Sum of RGB (Red+Green+Blue) = 75+35+52=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2334 is #B4DCCB. Grayscale: #303030. Windows color (decimal): -11853004 or 3416907. OLE color: 3416907.

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

Color convert

RGB 75 35 52 -
CMYK 0 0.53 0.31 0.71
HSL 334.5º 0.36% 0.22% -
HSV(B) 334.5º 0.53% 0.29% -
XYZ 4.12 2.95 3.6 -
YUV 48.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 75 35 52 0 0.53 0.31 0.71 334.5 0.36 0.22
Hex 4B 23 34 0 35 1F 47 14E 24 16
Octal 113 43 64 0 65 37 107 516 44 26
Binary 1001011 100011 110100 0 110101 11111 1000111 101001110 100100 10110

Color Harmonies of #4B2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2334

Black with #4B2334

Text Example


Text Example

White with #4B2334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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