Html Css Color HEX #423D4B Grape

📋 copy color: '#423D4B'

red 66 ◦ green 61 ◦ blue 75

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

Shades of Grape #423D4B

Tints of Grape #423D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.2%

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 32.67%
G = 30.2%
B = 37.13%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#423D4B (or 0x423D4B) is known color: Grape. HEX triplet: 42, 3D and 4B. RGB value is (66,61,75). Sum of RGB (Red+Green+Blue) = 66+61+75=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #423D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D4B is #BDC2B4. Grayscale: #404040. Windows color (decimal): -12436149 or 4930882. OLE color: 4930882.

HSL color Cylindrical-coordinate representation of color #423D4B: hue angle of 261.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #423D4B is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 61 75 -
CMYK 0.12 0.19 0 0.71
HSL 261.43º 0.1% 0.27% -
HSV(B) 261.43º 0.19% 0.29% -
XYZ 5.19 5 7.35 -
YUV 64.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 66 61 75 0.12 0.19 0 0.71 261.43 0.1 0.27
Hex 42 3D 4B C 13 0 47 105 A 1B
Octal 102 75 113 14 23 0 107 405 12 33
Binary 1000010 111101 1001011 1100 10011 0 1000111 100000101 1010 11011

Color Harmonies of #423D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D4B

Black with #423D4B

Text Example


Text Example

White with #423D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423D4B; }

 p { color: rgb(66,61,75); }

 H1.HeaderClassName
 {
   color: #423D4B;
 }
 .AnyTagClassName
 {
   color: #423D4B;
 }
</style>

background-color css

<style>
 a { background-color: #423D4B; }

 a { background-color: rgb(66,61,75); }

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

border-color css

<style>
 span { border-color: #423D4B; }

 span { border-color: rgb(66,61,75); }

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