Html Css Color HEX #691A1D Pohutukawa

📋 copy color: '#691A1D'

red 105 ◦ green 26 ◦ blue 29

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

Shades of Pohutukawa #691A1D

Tints of Pohutukawa #691A1D

RGB

 RED value IS 105 (41.41% from 255) = 65.63%

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

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

R = 65.63%
G = 16.25%
B = 18.13%

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

#691A1D (or 0x691A1D) is known color: Pohutukawa. HEX triplet: 69, 1A and 1D. RGB value is (105,26,29). Sum of RGB (Red+Green+Blue) = 105+26+29=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #691A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A1D is #96E5E2. Grayscale: #323232. Windows color (decimal): -9889251 or 1907305. OLE color: 1907305.

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

Color convert

RGB 105 26 29 -
CMYK 0 0.75 0.72 0.59
HSL 357.72º 0.6% 0.26% -
HSV(B) 357.72º 0.75% 0.41% -
XYZ 6.42 3.83 1.56 -
YUV 49.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 105 26 29 0 0.75 0.72 0.59 357.72 0.6 0.26
Hex 69 1A 1D 0 4B 48 3B 166 3C 1A
Octal 151 32 35 0 113 110 73 546 74 32
Binary 1101001 11010 11101 0 1001011 1001000 111011 101100110 111100 11010

Color Harmonies of #691A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A1D

Black with #691A1D

Text Example


Text Example

White with #691A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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