Html Css Color HEX #681325 Pohutukawa

📋 copy color: '#681325'

red 104 ◦ green 19 ◦ blue 37

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

Shades of Pohutukawa #681325

Tints of Pohutukawa #681325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.13%

R = 65%
G = 11.88%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#681325 (or 0x681325) is known color: Pohutukawa. HEX triplet: 68, 13 and 25. RGB value is (104,19,37). Sum of RGB (Red+Green+Blue) = 104+19+37=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681325 is #97ECDA. Grayscale: #2E2E2E. Windows color (decimal): -9956571 or 2429800. OLE color: 2429800.

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

Color convert

RGB 104 19 37 -
CMYK 0 0.82 0.64 0.59
HSL 347.29º 0.69% 0.24% -
HSV(B) 347.29º 0.82% 0.41% -
XYZ 6.28 3.54 2.1 -
YUV 46.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 104 19 37 0 0.82 0.64 0.59 347.29 0.69 0.24
Hex 68 13 25 0 52 40 3B 15B 45 18
Octal 150 23 45 0 122 100 73 533 105 30
Binary 1101000 10011 100101 0 1010010 1000000 111011 101011011 1000101 11000

Color Harmonies of #681325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681325

Black with #681325

Text Example


Text Example

White with #681325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681325; }

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

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

background-color css

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

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

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

border-color css

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

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

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