#630305

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

Shades of Pohutukawa #630305

Tints of Pohutukawa #630305

Color information

#630305 (or 0x630305) is unknown color: approx Pohutukawa. HEX triplet: 63, 03 and 05. RGB value is (99,3,5). Sum of RGB (Red+Green+Blue) = 99+3+5=107 (14% of max value = 765). Red value is 99 (39.06% from 255 or 92.52% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 99 - color contains mainly: red. Hex color #630305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630305 is #9CFCFA. Grayscale: #202020. Windows color (decimal): -10288379 or 328547. OLE color: 328547.

HSL color Cylindrical-coordinate representation of color #630305: hue angle of 358.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630305 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB9935-
CMYK00.970.950.61
HSL358.75º94.12%20%-
HSV(B)358.75º96.97%38.82%-
XYZ5.212.730.4-
YUV31.93112.8175.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 92.52%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=92.52%
G=2.80%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal993500.970.950.61358.7594.1220
Hex63350615F3D1675e14
Octal1433501411377554713624
Binary110001111101011000011011111111101101100111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630305; }

 p { color: rgb(99,3,5); }

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

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

 a { background-color: rgb(99,3,5); }

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

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

 span { border-color: rgb(99,3,5); }

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