Html Css Color HEX #630511 Pohutukawa

📋 copy color: '#630511'

red 99 ◦ green 5 ◦ blue 17

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

Shades of Pohutukawa #630511

Tints of Pohutukawa #630511

RGB

 RED value IS 99 (39.06% from 255) = 81.82%

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 81.82%
G = 4.13%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#630511 (or 0x630511) is known color: Pohutukawa. HEX triplet: 63, 05 and 11. RGB value is (99,5,17). Sum of RGB (Red+Green+Blue) = 99+5+17=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #630511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630511 is #9CFAEE. Grayscale: #222222. Windows color (decimal): -10287855 or 1115491. OLE color: 1115491.

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

Color convert

RGB 99 5 17 -
CMYK 0 0.95 0.83 0.61
HSL 352.34º 0.9% 0.2% -
HSV(B) 352.34º 0.95% 0.39% -
XYZ 5.3 2.8 0.79 -
YUV 34.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 99 5 17 0 0.95 0.83 0.61 352.34 0.9 0.2
Hex 63 5 11 0 5F 53 3D 160 5A 14
Octal 143 5 21 0 137 123 75 540 132 24
Binary 1100011 101 10001 0 1011111 1010011 111101 101100000 1011010 10100

Color Harmonies of #630511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630511

Black with #630511

Text Example


Text Example

White with #630511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630511; }

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

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

background-color css

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

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

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

border-color css

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

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

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