Html Css Color HEX #681719 Pohutukawa

📋 copy color: '#681719'

red 104 ◦ green 23 ◦ blue 25

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

Shades of Pohutukawa #681719

Tints of Pohutukawa #681719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 68.42%
G = 15.13%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#681719 (or 0x681719) is known color: Pohutukawa. HEX triplet: 68, 17 and 19. RGB value is (104,23,25). Sum of RGB (Red+Green+Blue) = 104+23+25=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #681719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681719 is #97E8E6. Grayscale: #2F2F2F. Windows color (decimal): -9955559 or 1644392. OLE color: 1644392.

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

Color convert

RGB 104 23 25 -
CMYK 0 0.78 0.76 0.59
HSL 358.52º 0.64% 0.25% -
HSV(B) 358.52º 0.78% 0.41% -
XYZ 6.19 3.63 1.29 -
YUV 47.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 104 23 25 0 0.78 0.76 0.59 358.52 0.64 0.25
Hex 68 17 19 0 4E 4C 3B 167 40 19
Octal 150 27 31 0 116 114 73 547 100 31
Binary 1101000 10111 11001 0 1001110 1001100 111011 101100111 1000000 11001

Color Harmonies of #681719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681719

Black with #681719

Text Example


Text Example

White with #681719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681719; }

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

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

background-color css

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

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

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

border-color css

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

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

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