Html Css Color HEX #681920 Pohutukawa

📋 copy color: '#681920'

red 104 ◦ green 25 ◦ blue 32

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

Shades of Pohutukawa #681920

Tints of Pohutukawa #681920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 64.6%
G = 15.53%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#681920 (or 0x681920) is known color: Pohutukawa. HEX triplet: 68, 19 and 20. RGB value is (104,25,32). Sum of RGB (Red+Green+Blue) = 104+25+32=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #681920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681920 is #97E6DF. Grayscale: #313131. Windows color (decimal): -9955040 or 2103656. OLE color: 2103656.

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

Color convert

RGB 104 25 32 -
CMYK 0 0.76 0.69 0.59
HSL 354.68º 0.61% 0.25% -
HSV(B) 354.68º 0.76% 0.41% -
XYZ 6.32 3.74 1.76 -
YUV 49.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 104 25 32 0 0.76 0.69 0.59 354.68 0.61 0.25
Hex 68 19 20 0 4C 45 3B 163 3D 19
Octal 150 31 40 0 114 105 73 543 75 31
Binary 1101000 11001 100000 0 1001100 1000101 111011 101100011 111101 11001

Color Harmonies of #681920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681920

Black with #681920

Text Example


Text Example

White with #681920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681920; }

 p { color: rgb(104,25,32); }

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

background-color css

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

 a { background-color: rgb(104,25,32); }

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

border-color css

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

 span { border-color: rgb(104,25,32); }

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