Html Css Color HEX #681C1D Pohutukawa

📋 copy color: '#681C1D'

red 104 ◦ green 28 ◦ blue 29

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

Shades of Pohutukawa #681C1D

Tints of Pohutukawa #681C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.39%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 64.6%
G = 17.39%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#681C1D (or 0x681C1D) is known color: Pohutukawa. HEX triplet: 68, 1C and 1D. RGB value is (104,28,29). Sum of RGB (Red+Green+Blue) = 104+28+29=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #681C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C1D is #97E3E2. Grayscale: #323232. Windows color (decimal): -9954275 or 1907816. OLE color: 1907816.

HSL color Cylindrical-coordinate representation of color #681C1D: hue angle of 359.21º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C1D is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 28 29 -
CMYK 0 0.73 0.72 0.59
HSL 359.21º 0.58% 0.26% -
HSV(B) 359.21º 0.73% 0.41% -
XYZ 6.35 3.86 1.57 -
YUV 50.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 104 28 29 0 0.73 0.72 0.59 359.21 0.58 0.26
Hex 68 1C 1D 0 49 48 3B 167 3A 1A
Octal 150 34 35 0 111 110 73 547 72 32
Binary 1101000 11100 11101 0 1001001 1001000 111011 101100111 111010 11010

Color Harmonies of #681C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C1D

Black with #681C1D

Text Example


Text Example

White with #681C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681C1D; }

 p { color: rgb(104,28,29); }

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

background-color css

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

 a { background-color: rgb(104,28,29); }

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

border-color css

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

 span { border-color: rgb(104,28,29); }

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