Html Css Color HEX #72425D Cosmic

📋 copy color: '#72425D'

red 114 ◦ green 66 ◦ blue 93

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

Shades of Cosmic #72425D

Tints of Cosmic #72425D

RGB

 RED value IS 114 (44.92% from 255) = 41.76%

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 41.76%
G = 24.18%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72425D (or 0x72425D) is known color: Cosmic. HEX triplet: 72, 42 and 5D. RGB value is (114,66,93). Sum of RGB (Red+Green+Blue) = 114+66+93=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72425D is #8DBDA2. Grayscale: #535353. Windows color (decimal): -9289123 or 6111858. OLE color: 6111858.

HSL color Cylindrical-coordinate representation of color #72425D: hue angle of 326.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72425D is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 93 -
CMYK 0 0.42 0.18 0.55
HSL 326.25º 0.27% 0.35% -
HSV(B) 326.25º 0.42% 0.45% -
XYZ 10.86 8.26 11.38 -
YUV 83.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 114 66 93 0 0.42 0.18 0.55 326.25 0.27 0.35
Hex 72 42 5D 0 2A 12 37 146 1B 23
Octal 162 102 135 0 52 22 67 506 33 43
Binary 1110010 1000010 1011101 0 101010 10010 110111 101000110 11011 100011

Color Harmonies of #72425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72425D

Black with #72425D

Text Example


Text Example

White with #72425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,66,93); }

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

background-color css

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

 a { background-color: rgb(114,66,93); }

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

border-color css

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

 span { border-color: rgb(114,66,93); }

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