Html Css Color HEX #681319 Pohutukawa

📋 copy color: '#681319'

red 104 ◦ green 19 ◦ blue 25

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

Shades of Pohutukawa #681319

Tints of Pohutukawa #681319

RGB

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

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

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

R = 70.27%
G = 12.84%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#681319 (or 0x681319) is known color: Pohutukawa. HEX triplet: 68, 13 and 19. RGB value is (104,19,25). Sum of RGB (Red+Green+Blue) = 104+19+25=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #681319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681319 is #97ECE6. Grayscale: #2D2D2D. Windows color (decimal): -9956583 or 1643368. OLE color: 1643368.

HSL color Cylindrical-coordinate representation of color #681319: hue angle of 355.76º 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 #681319 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 25 -
CMYK 0 0.82 0.76 0.59
HSL 355.76º 0.69% 0.24% -
HSV(B) 355.76º 0.82% 0.41% -
XYZ 6.12 3.48 1.27 -
YUV 45.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 104 19 25 0 0.82 0.76 0.59 355.76 0.69 0.24
Hex 68 13 19 0 52 4C 3B 164 45 18
Octal 150 23 31 0 122 114 73 544 105 30
Binary 1101000 10011 11001 0 1010010 1001100 111011 101100100 1000101 11000

Color Harmonies of #681319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681319

Black with #681319

Text Example


Text Example

White with #681319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681319; }

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

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

background-color css

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

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

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

border-color css

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

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

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