Html Css Color HEX #630613 Pohutukawa

📋 copy color: '#630613'

red 99 ◦ green 6 ◦ blue 19

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

Shades of Pohutukawa #630613

Tints of Pohutukawa #630613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 79.84%
G = 4.84%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#630613 (or 0x630613) is known color: Pohutukawa. HEX triplet: 63, 06 and 13. RGB value is (99,6,19). Sum of RGB (Red+Green+Blue) = 99+6+19=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #630613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630613 is #9CF9EC. Grayscale: #232323. Windows color (decimal): -10287597 or 1246819. OLE color: 1246819.

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

Color convert

RGB 99 6 19 -
CMYK 0 0.94 0.81 0.61
HSL 351.61º 0.89% 0.21% -
HSV(B) 351.61º 0.94% 0.39% -
XYZ 5.33 2.83 0.88 -
YUV 35.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 99 6 19 0 0.94 0.81 0.61 351.61 0.89 0.21
Hex 63 6 13 0 5E 51 3D 160 59 15
Octal 143 6 23 0 136 121 75 540 131 25
Binary 1100011 110 10011 0 1011110 1010001 111101 101100000 1011001 10101

Color Harmonies of #630613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630613

Black with #630613

Text Example


Text Example

White with #630613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630613; }

 p { color: rgb(99,6,19); }

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

background-color css

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

 a { background-color: rgb(99,6,19); }

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

border-color css

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

 span { border-color: rgb(99,6,19); }

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