Html Css Color HEX #681A1D Pohutukawa

📋 copy color: '#681A1D'

red 104 ◦ green 26 ◦ blue 29

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

Shades of Pohutukawa #681A1D

Tints of Pohutukawa #681A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

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

R = 65.41%
G = 16.35%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#681A1D (or 0x681A1D) is known color: Pohutukawa. HEX triplet: 68, 1A and 1D. RGB value is (104,26,29). Sum of RGB (Red+Green+Blue) = 104+26+29=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A1D is #97E5E2. Grayscale: #313131. Windows color (decimal): -9954787 or 1907304. OLE color: 1907304.

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

Color convert

RGB 104 26 29 -
CMYK 0 0.75 0.72 0.59
HSL 357.69º 0.6% 0.25% -
HSV(B) 357.69º 0.75% 0.41% -
XYZ 6.3 3.77 1.56 -
YUV 49.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 104 26 29 0 0.75 0.72 0.59 357.69 0.6 0.25
Hex 68 1A 1D 0 4B 48 3B 166 3C 19
Octal 150 32 35 0 113 110 73 546 74 31
Binary 1101000 11010 11101 0 1001011 1001000 111011 101100110 111100 11001

Color Harmonies of #681A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A1D

Black with #681A1D

Text Example


Text Example

White with #681A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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