Html Css Color HEX #42274B Scarlet Gum

📋 copy color: '#42274B'

red 66 ◦ green 39 ◦ blue 75

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

Shades of Scarlet Gum #42274B

Tints of Scarlet Gum #42274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

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

R = 36.67%
G = 21.67%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42274B (or 0x42274B) is known color: Scarlet Gum. HEX triplet: 42, 27 and 4B. RGB value is (66,39,75). Sum of RGB (Red+Green+Blue) = 66+39+75=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #42274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42274B is #BDD8B4. Grayscale: #333333. Windows color (decimal): -12441781 or 4925250. OLE color: 4925250.

HSL color Cylindrical-coordinate representation of color #42274B: hue angle of 285º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42274B is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 39 75 -
CMYK 0.12 0.48 0 0.71
HSL 285º 0.32% 0.22% -
HSV(B) 285º 0.48% 0.29% -
XYZ 4.24 3.12 7.03 -
YUV 51.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 66 39 75 0.12 0.48 0 0.71 285 0.32 0.22
Hex 42 27 4B C 30 0 47 11D 20 16
Octal 102 47 113 14 60 0 107 435 40 26
Binary 1000010 100111 1001011 1100 110000 0 1000111 100011101 100000 10110

Color Harmonies of #42274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42274B

Black with #42274B

Text Example


Text Example

White with #42274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42274B; }

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

 H1.HeaderClassName
 {
   color: #42274B;
 }
 .AnyTagClassName
 {
   color: #42274B;
 }
</style>

background-color css

<style>
 a { background-color: #42274B; }

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

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

border-color css

<style>
 span { border-color: #42274B; }

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

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