Html Css Color HEX #681316 Pohutukawa

📋 copy color: '#681316'

red 104 ◦ green 19 ◦ blue 22

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

Shades of Pohutukawa #681316

Tints of Pohutukawa #681316

RGB

 RED value IS 104 (41.02% from 255) = 71.72%

 GREEN value IS 19 (7.81% from 255) = 13.1%

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 71.72%
G = 13.1%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#681316 (or 0x681316) is known color: Pohutukawa. HEX triplet: 68, 13 and 16. RGB value is (104,19,22). Sum of RGB (Red+Green+Blue) = 104+19+22=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #681316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681316 is #97ECE9. Grayscale: #2C2C2C. Windows color (decimal): -9956586 or 1446760. OLE color: 1446760.

HSL color Cylindrical-coordinate representation of color #681316: hue angle of 357.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681316 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 22 -
CMYK 0 0.82 0.79 0.59
HSL 357.88º 0.69% 0.24% -
HSV(B) 357.88º 0.82% 0.41% -
XYZ 6.09 3.47 1.11 -
YUV 44.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 104 19 22 0 0.82 0.79 0.59 357.88 0.69 0.24
Hex 68 13 16 0 52 4F 3B 166 45 18
Octal 150 23 26 0 122 117 73 546 105 30
Binary 1101000 10011 10110 0 1010010 1001111 111011 101100110 1000101 11000

Color Harmonies of #681316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681316

Black with #681316

Text Example


Text Example

White with #681316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681316; }

 p { color: rgb(104,19,22); }

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

background-color css

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

 a { background-color: rgb(104,19,22); }

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

border-color css

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

 span { border-color: rgb(104,19,22); }

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