Html Css Color HEX #681423 Pohutukawa

📋 copy color: '#681423'

red 104 ◦ green 20 ◦ blue 35

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

Shades of Pohutukawa #681423

Tints of Pohutukawa #681423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

 BLUE value IS 35 (14.06% from 255) = 22.01%

R = 65.41%
G = 12.58%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#681423 (or 0x681423) is known color: Pohutukawa. HEX triplet: 68, 14 and 23. RGB value is (104,20,35). Sum of RGB (Red+Green+Blue) = 104+20+35=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681423 is #97EBDC. Grayscale: #2E2E2E. Windows color (decimal): -9956317 or 2298984. OLE color: 2298984.

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

Color convert

RGB 104 20 35 -
CMYK 0 0.81 0.66 0.59
HSL 349.29º 0.68% 0.24% -
HSV(B) 349.29º 0.81% 0.41% -
XYZ 6.26 3.56 1.95 -
YUV 46.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 104 20 35 0 0.81 0.66 0.59 349.29 0.68 0.24
Hex 68 14 23 0 51 42 3B 15D 44 18
Octal 150 24 43 0 121 102 73 535 104 30
Binary 1101000 10100 100011 0 1010001 1000010 111011 101011101 1000100 11000

Color Harmonies of #681423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681423

Black with #681423

Text Example


Text Example

White with #681423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681423; }

 p { color: rgb(104,20,35); }

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

background-color css

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

 a { background-color: rgb(104,20,35); }

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

border-color css

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

 span { border-color: rgb(104,20,35); }

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