Html Css Color HEX #42252D Castro

📋 copy color: '#42252D'

red 66 ◦ green 37 ◦ blue 45

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

Shades of Castro #42252D

Tints of Castro #42252D

RGB

 RED value IS 66 (26.17% from 255) = 44.59%

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

 BLUE value IS 45 (17.97% from 255) = 30.41%

R = 44.59%
G = 25%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#42252D (or 0x42252D) is known color: Castro. HEX triplet: 42, 25 and 2D. RGB value is (66,37,45). Sum of RGB (Red+Green+Blue) = 66+37+45=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42252D is #BDDAD2. Grayscale: #2E2E2E. Windows color (decimal): -12442323 or 2958658. OLE color: 2958658.

HSL color Cylindrical-coordinate representation of color #42252D: hue angle of 343.45º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42252D is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 37 45 -
CMYK 0 0.44 0.32 0.74
HSL 343.45º 0.28% 0.2% -
HSV(B) 343.45º 0.44% 0.26% -
XYZ 3.38 2.67 2.82 -
YUV 46.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 66 37 45 0 0.44 0.32 0.74 343.45 0.28 0.2
Hex 42 25 2D 0 2C 20 4A 157 1C 14
Octal 102 45 55 0 54 40 112 527 34 24
Binary 1000010 100101 101101 0 101100 100000 1001010 101010111 11100 10100

Color Harmonies of #42252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42252D

Black with #42252D

Text Example


Text Example

White with #42252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42252D; }

 p { color: rgb(66,37,45); }

 H1.HeaderClassName
 {
   color: #42252D;
 }
 .AnyTagClassName
 {
   color: #42252D;
 }
</style>

background-color css

<style>
 a { background-color: #42252D; }

 a { background-color: rgb(66,37,45); }

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

border-color css

<style>
 span { border-color: #42252D; }

 span { border-color: rgb(66,37,45); }

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