Html Css Color HEX #C80751 Razzmatazz

📋 copy color: '#C80751'

red 200 ◦ green 7 ◦ blue 81

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

Shades of Razzmatazz #C80751

Tints of Razzmatazz #C80751

RGB

 RED value IS 200 (78.52% from 255) = 69.44%

 GREEN value IS 7 (3.13% from 255) = 2.43%

 BLUE value IS 81 (32.03% from 255) = 28.13%

R = 69.44%
G = 2.43%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C80751 (or 0xC80751) is known color: Razzmatazz. HEX triplet: C8, 07 and 51. RGB value is (200,7,81). Sum of RGB (Red+Green+Blue) = 200+7+81=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C80751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80751 is #37F8AE. Grayscale: #494949. Windows color (decimal): -3668143 or 5310408. OLE color: 5310408.

HSL color Cylindrical-coordinate representation of color #C80751: hue angle of 336.99º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80751 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 81 -
CMYK 0 0.96 0.59 0.22
HSL 336.99º 0.93% 0.41% -
HSV(B) 336.99º 0.97% 0.78% -
XYZ 25.38 13.03 8.96 -
YUV 73.14 132.44 218.48 -
System Red Green Blue C M Y K H S L
Decimal 200 7 81 0 0.96 0.59 0.22 336.99 0.93 0.41
Hex C8 7 51 0 60 3B 16 151 5D 29
Octal 310 7 121 0 140 73 26 521 135 51
Binary 11001000 111 1010001 0 1100000 111011 10110 101010001 1011101 101001

Color Harmonies of #C80751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80751

Black with #C80751

Text Example


Text Example

White with #C80751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80751; }

 p { color: rgb(200,7,81); }

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

background-color css

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

 a { background-color: rgb(200,7,81); }

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

border-color css

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

 span { border-color: rgb(200,7,81); }

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