Html Css Color HEX #691A24 Pohutukawa

📋 copy color: '#691A24'

red 105 ◦ green 26 ◦ blue 36

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

Shades of Pohutukawa #691A24

Tints of Pohutukawa #691A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.56%

R = 62.87%
G = 15.57%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#691A24 (or 0x691A24) is known color: Pohutukawa. HEX triplet: 69, 1A and 24. RGB value is (105,26,36). Sum of RGB (Red+Green+Blue) = 105+26+36=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #691A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A24 is #96E5DB. Grayscale: #323232. Windows color (decimal): -9889244 or 2366057. OLE color: 2366057.

HSL color Cylindrical-coordinate representation of color #691A24: hue angle of 352.41º 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 #691A24 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 36 -
CMYK 0 0.75 0.66 0.59
HSL 352.41º 0.6% 0.26% -
HSV(B) 352.41º 0.75% 0.41% -
XYZ 6.51 3.87 2.07 -
YUV 50.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 105 26 36 0 0.75 0.66 0.59 352.41 0.6 0.26
Hex 69 1A 24 0 4B 42 3B 160 3C 1A
Octal 151 32 44 0 113 102 73 540 74 32
Binary 1101001 11010 100100 0 1001011 1000010 111011 101100000 111100 11010

Color Harmonies of #691A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A24

Black with #691A24

Text Example


Text Example

White with #691A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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