Html Css Color HEX #631113 Pohutukawa

📋 copy color: '#631113'

red 99 ◦ green 17 ◦ blue 19

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

Shades of Pohutukawa #631113

Tints of Pohutukawa #631113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 73.33%
G = 12.59%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#631113 (or 0x631113) is known color: Pohutukawa. HEX triplet: 63, 11 and 13. RGB value is (99,17,19). Sum of RGB (Red+Green+Blue) = 99+17+19=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #631113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631113 is #9CEEEC. Grayscale: #292929. Windows color (decimal): -10284781 or 1249635. OLE color: 1249635.

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

Color convert

RGB 99 17 19 -
CMYK 0 0.83 0.81 0.61
HSL 358.54º 0.71% 0.23% -
HSV(B) 358.54º 0.83% 0.39% -
XYZ 5.46 3.1 0.93 -
YUV 41.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 99 17 19 0 0.83 0.81 0.61 358.54 0.71 0.23
Hex 63 11 13 0 53 51 3D 167 47 17
Octal 143 21 23 0 123 121 75 547 107 27
Binary 1100011 10001 10011 0 1010011 1010001 111101 101100111 1000111 10111

Color Harmonies of #631113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631113

Black with #631113

Text Example


Text Example

White with #631113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631113; }

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

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

background-color css

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

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

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

border-color css

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

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

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