Html Css Color HEX #681526 Pohutukawa

📋 copy color: '#681526'

red 104 ◦ green 21 ◦ blue 38

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

Shades of Pohutukawa #681526

Tints of Pohutukawa #681526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

 BLUE value IS 38 (15.23% from 255) = 23.31%

R = 63.8%
G = 12.88%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#681526 (or 0x681526) is known color: Pohutukawa. HEX triplet: 68, 15 and 26. RGB value is (104,21,38). Sum of RGB (Red+Green+Blue) = 104+21+38=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681526 is #97EAD9. Grayscale: #2F2F2F. Windows color (decimal): -9956058 or 2495848. OLE color: 2495848.

HSL color Cylindrical-coordinate representation of color #681526: hue angle of 347.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681526 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 38 -
CMYK 0 0.80 0.63 0.59
HSL 347.71º 0.66% 0.25% -
HSV(B) 347.71º 0.8% 0.41% -
XYZ 6.33 3.62 2.2 -
YUV 47.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 104 21 38 0 0.80 0.63 0.59 347.71 0.66 0.25
Hex 68 15 26 0 50 3F 3B 15C 42 19
Octal 150 25 46 0 120 77 73 534 102 31
Binary 1101000 10101 100110 0 1010000 111111 111011 101011100 1000010 11001

Color Harmonies of #681526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681526

Black with #681526

Text Example


Text Example

White with #681526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681526; }

 p { color: rgb(104,21,38); }

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

background-color css

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

 a { background-color: rgb(104,21,38); }

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

border-color css

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

 span { border-color: rgb(104,21,38); }

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