#CB0452

Color #CB0452 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #CB0452

Tints of Razzmatazz #CB0452

Color information

#CB0452 (or 0xCB0452) is unknown color: approx Razzmatazz. HEX triplet: CB, 04 and 52. RGB value is (203,4,82). Sum of RGB (Red+Green+Blue) = 203+4+82=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0452 is #34FBAD. Grayscale: #484848. Windows color (decimal): -3472302 or 5375179. OLE color: 5375179.

HSL color Cylindrical-coordinate representation of color #CB0452: hue angle of 336.48º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0452 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB203482-
CMYK00.980.600.20
HSL336.48º96.14%40.59%-
HSV(B)336.48º98.03%79.61%-
XYZ26.213.399.19-
YUV72.39133.43221.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70.24%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=70.24%
G=1.38%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20348200.980.600.20336.4896.1440.59
HexCB4520623C141506029
Octal31341220142742452014051
Binary11001011100101001001100010111100101001010100001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0452; }

 p { color: rgb(203,4,82); }

 H1.HeaderClassName
 {
   color: #CB0452;
 }
 .AnyTagClassName
 {
   color: #CB0452;
 }
</style>
background-color css

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

 a { background-color: rgb(203,4,82); }

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

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

 span { border-color: rgb(203,4,82); }

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