Html Css Color HEX #681225 Pohutukawa

📋 copy color: '#681225'

red 104 ◦ green 18 ◦ blue 37

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

Shades of Pohutukawa #681225

Tints of Pohutukawa #681225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

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

R = 65.41%
G = 11.32%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#681225 (or 0x681225) is known color: Pohutukawa. HEX triplet: 68, 12 and 25. RGB value is (104,18,37). Sum of RGB (Red+Green+Blue) = 104+18+37=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681225 is #97EDDA. Grayscale: #2D2D2D. Windows color (decimal): -9956827 or 2429544. OLE color: 2429544.

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

Color convert

RGB 104 18 37 -
CMYK 0 0.83 0.64 0.59
HSL 346.74º 0.7% 0.24% -
HSV(B) 346.74º 0.83% 0.41% -
XYZ 6.26 3.51 2.1 -
YUV 45.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 104 18 37 0 0.83 0.64 0.59 346.74 0.7 0.24
Hex 68 12 25 0 53 40 3B 15B 46 18
Octal 150 22 45 0 123 100 73 533 106 30
Binary 1101000 10010 100101 0 1010011 1000000 111011 101011011 1000110 11000

Color Harmonies of #681225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681225

Black with #681225

Text Example


Text Example

White with #681225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681225; }

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

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

background-color css

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

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

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

border-color css

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

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

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