Html Css Color HEX #4B2435 Castro

📋 copy color: '#4B2435'

red 75 ◦ green 36 ◦ blue 53

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

Shades of Castro #4B2435

Tints of Castro #4B2435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

 BLUE value IS 53 (21.09% from 255) = 32.32%

R = 45.73%
G = 21.95%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B2435 (or 0x4B2435) is known color: Castro. HEX triplet: 4B, 24 and 35. RGB value is (75,36,53). Sum of RGB (Red+Green+Blue) = 75+36+53=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2435 is #B4DBCA. Grayscale: #313131. Windows color (decimal): -11852747 or 3482699. OLE color: 3482699.

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

Color convert

RGB 75 36 53 -
CMYK 0 0.52 0.29 0.71
HSL 333.85º 0.35% 0.22% -
HSV(B) 333.85º 0.52% 0.29% -
XYZ 4.18 3.01 3.73 -
YUV 49.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 75 36 53 0 0.52 0.29 0.71 333.85 0.35 0.22
Hex 4B 24 35 0 34 1D 47 14E 23 16
Octal 113 44 65 0 64 35 107 516 43 26
Binary 1001011 100100 110101 0 110100 11101 1000111 101001110 100011 10110

Color Harmonies of #4B2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2435

Black with #4B2435

Text Example


Text Example

White with #4B2435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,36,53); }

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

background-color css

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

 a { background-color: rgb(75,36,53); }

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

border-color css

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

 span { border-color: rgb(75,36,53); }

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