Html Css Color HEX #681C2C Pohutukawa

📋 copy color: '#681C2C'

red 104 ◦ green 28 ◦ blue 44

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

Shades of Pohutukawa #681C2C

Tints of Pohutukawa #681C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

 BLUE value IS 44 (17.58% from 255) = 25%

R = 59.09%
G = 15.91%
B = 25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#681C2C (or 0x681C2C) is known color: Pohutukawa. HEX triplet: 68, 1C and 2C. RGB value is (104,28,44). Sum of RGB (Red+Green+Blue) = 104+28+44=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C2C is #97E3D3. Grayscale: #343434. Windows color (decimal): -9954260 or 2890856. OLE color: 2890856.

HSL color Cylindrical-coordinate representation of color #681C2C: hue angle of 347.37º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C2C is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 28 44 -
CMYK 0 0.73 0.58 0.59
HSL 347.37º 0.58% 0.26% -
HSV(B) 347.37º 0.73% 0.41% -
XYZ 6.58 3.96 2.8 -
YUV 52.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 104 28 44 0 0.73 0.58 0.59 347.37 0.58 0.26
Hex 68 1C 2C 0 49 3A 3B 15B 3A 1A
Octal 150 34 54 0 111 72 73 533 72 32
Binary 1101000 11100 101100 0 1001001 111010 111011 101011011 111010 11010

Color Harmonies of #681C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C2C

Black with #681C2C

Text Example


Text Example

White with #681C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681C2C; }

 p { color: rgb(104,28,44); }

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

background-color css

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

 a { background-color: rgb(104,28,44); }

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

border-color css

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

 span { border-color: rgb(104,28,44); }

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